summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-06-03 13:51:20 +0300
committerAntti Kokko <antti.kokko@qt.io>2020-06-11 09:31:18 +0300
commit5ca98f0c3f66166f4c66486a276386137570556d (patch)
tree02a50921cb2305d9439d966183c2b7321e84872f
parent32c423c4fc354631c8ac7ca167b188eac215caff (diff)
Add changes file for Qt 5.12.9v5.12.9
+ d18c29931b0bc889fff66bdbde89133544ba0529 Fix leaking of callback timers + 0a0e0eb8dca699858435dec5194b0b8b6ebd3cf8 Client: Make frame back callback timeout configurable + 32c423c4fc354631c8ac7ca167b188eac215caff Bump version Change-Id: I86dd6270b3cd46c3b1f9df6f4c0f99ebb75eefa4 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
-rw-r--r--dist/changes-5.12.927
1 files changed, 27 insertions, 0 deletions
diff --git a/dist/changes-5.12.9 b/dist/changes-5.12.9
new file mode 100644
index 000000000..dd4fa247d
--- /dev/null
+++ b/dist/changes-5.12.9
@@ -0,0 +1,27 @@
+Qt 5.12.9 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0 through 5.12.8.
+
+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.
+
+****************************************************************************
+* Client *
+****************************************************************************
+
+ - [QTBUG-82914] Added support for QT_WAYLAND_FRAME_CALLBACK_TIMEOUT
+ environment variable, which can be used to disable or change the
+ internal frame callback timeout. If you see windows that stop rendering
+ or minimize on heavy load, then try setting the variable to 0.