diff options
author | Qt Forward Merge Bot <qt_forward_merge_bot@qt-project.org> | 2018-12-11 10:19:16 +0100 |
---|---|---|
committer | Qt Forward Merge Bot <qt_forward_merge_bot@qt-project.org> | 2018-12-11 10:19:16 +0100 |
commit | 42b135077e653126afef66fb08254f258f49c57e (patch) | |
tree | 17591491e5d0d4d754b1aff9c5efc5c8a879b261 /dist | |
parent | 7f7502865f980a7d72dc04ffc5f25eecf0d414a8 (diff) | |
parent | 859d6654ef030494647147046778f4206c04d7f6 (diff) | |
download | qtwayland-42b135077e653126afef66fb08254f258f49c57e.tar.gz |
Merge remote-tracking branch 'origin/5.11' into 5.12
Change-Id: Ia8bbdf9dcace6e58183da3b627170099f6667fe9
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-5.11.3 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dist/changes-5.11.3 b/dist/changes-5.11.3 new file mode 100644 index 00000000..c3f1060b --- /dev/null +++ b/dist/changes-5.11.3 @@ -0,0 +1,30 @@ +Qt 5.11.3 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.11.0 through 5.11.2. + +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.11 series is binary compatible with the 5.10.x series. +Applications compiled for 5.10 will continue to run with 5.11. + +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. + +**************************************************************************** +* Compositor * +**************************************************************************** + + - [QTBUG-70163] Fixed a bug where destroying a WaylandQuickItem would + delete the OpenGL texture for all other WaylandQuickItems using that + surface. + - Fixed a bug that caused some clients to abort in libwayland when a + surface left an output. + - [QTBUG-69384] QWaylandView::surfaceDestroyed is now emitted before the + surface is destroyed, fixing close animations. |