From 5ca98f0c3f66166f4c66486a276386137570556d Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Wed, 3 Jun 2020 13:51:20 +0300 Subject: Add changes file for Qt 5.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 --- dist/changes-5.12.9 | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dist/changes-5.12.9 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. -- cgit v1.2.3