diff options
author | Antti Kokko <antti.kokko@qt.io> | 2018-10-03 11:05:01 +0300 |
---|---|---|
committer | Jani Heikkinen <jani.heikkinen@qt.io> | 2018-10-04 04:42:55 +0000 |
commit | 44a28bb06d66be1b7ccdc94e36e931002df8d21c (patch) | |
tree | dcf904c1477c7415e1adea5b779c1e647c939190 | |
parent | 65b7e7e66801b711edf69192a3758677b2710b35 (diff) | |
download | qtwayland-44a28bb06d66be1b7ccdc94e36e931002df8d21c.tar.gz |
+ 95310db1e36da662a42693bc8ca8c002d277c744 Bump version
+ 65b7e7e66801b711edf69192a3758677b2710b35 Fix regression in QWaylandGlContext::makeCurrent for offscreen surfaces
Change-Id: I5a9c61a054046d653a9b3bedc2cedc0545669e36
Reviewed-by: Johan Helsing <johan.helsing@qt.io>
-rw-r--r-- | dist/changes-5.9.7 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dist/changes-5.9.7 b/dist/changes-5.9.7 new file mode 100644 index 00000000..701f730e --- /dev/null +++ b/dist/changes-5.9.7 @@ -0,0 +1,25 @@ +Qt 5.9.7 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.9.0 through 5.9.6. + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + +http://doc.qt.io/qt-5/index.html + +The Qt version 5.9 series is binary compatible with the 5.8.x series. +Applications compiled for 5.8 will continue to run with 5.9. + +Some of the changes listed in this file include issue tracking numbers +corresponding to tasks in the Qt Bug Tracker: + +https://bugreports.qt.io/ + +Each of these identifiers can be entered in the bug tracker to obtain more +information about a particular change. + +**************************************************************************** +* QPA plugin * +**************************************************************************** + + - [QTBUG-70242][QTBUG-68605][QTBUG-67601] Fixed a bug where offscreen + surfaces would get surfaceless EGL contexts. |