diff options
author | Antti Kokko <antti.kokko@qt.io> | 2019-04-01 13:35:30 +0300 |
---|---|---|
committer | Jani Heikkinen <jani.heikkinen@qt.io> | 2019-04-10 08:42:09 +0000 |
commit | e70a8070ea1e7903221fb980ddf3c23f3e9b0836 (patch) | |
tree | 7c7dcba8f4d7fd2895a69917dab4beb7bccfb1f2 | |
parent | 7a0956a89a559e5a73a659fcc08001cefa01d9bd (diff) | |
download | qtwayland-e70a8070ea1e7903221fb980ddf3c23f3e9b0836.tar.gz |
+ 7206b4e8b6e10f5623b19ca132f538066c96aab5 Fix the build with -no-gui
+ 489fedaa320a4941a9fc6a17df1a791c93270bb8 Compositor: Call eglUnbindWaylandDisplayWL when destroying the compositor
+ 3200e86cefd9a83cea45c7cab589bfbf1ff63f4f Client: Fix incorrect damage region for window decorations
+ 7a0956a89a559e5a73a659fcc08001cefa01d9bd Bump version
Change-Id: I770edad3ca0728ce18a14a02284231fe14c8e68c
Reviewed-by: Johan Helsing <johan.helsing@qt.io>
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
-rw-r--r-- | dist/changes-5.12.3 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dist/changes-5.12.3 b/dist/changes-5.12.3 new file mode 100644 index 00000000..da95edbb --- /dev/null +++ b/dist/changes-5.12.3 @@ -0,0 +1,33 @@ +Qt 5.12.3 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.12.0 through 5.12.2. + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + +https://doc.qt.io/qt-5/index.html + +The Qt version 5.12 series is binary compatible with the 5.11.x series. +Applications compiled for 5.11 will continue to run with 5.12. + +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 * +**************************************************************************** + + - Fixed a slightly unusual cleanup order that would lead to crashes in some + graphics drivers. + +**************************************************************************** +* QPA plugin * +**************************************************************************** + + - Fixed a bug where the window decoration's damaged area didn't cover the + entire decoration. This meant some compositors would not redraw those + areas. |