summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-08-24 12:20:53 +0300
committerAntti Kokko <antti.kokko@qt.io>2020-09-03 13:21:57 +0300
commitc25f8b8fa4dc6d096382d34849b997ab7fe69c5c (patch)
treec0b38867e62fefe591212d90dab09b7d7f3c088a
parentb7b0602d8b17aa7cf6de543a2e872c8edd6bcf18 (diff)
Add changes file for Qt 5.15.1v5.15.1
+ 4cf1769a6b5820f0fb3131ce25af240ee3ff70ae Fix warning about deprecated non-namespaced "hex" + 1a5b7938c1384381a482448cf079bc682395b54b Blacklist animatedCursor in SLES + e18cfb5a129afb3e5e2f429436277ae4dc565e6e Client: Don't send fake SurfaceCreated/Destroyed events + b9c33b13a0cda7c23b4cb129125cef09db5e0c82 Fix warning that the QQmlListProperty constructor is deprecated + 7a74426e10d209f716114c14d658cc6086f9023a Suppress warning about sizeChanged() being deprecated + 5cba07a66225d6ecedb1d9e952d272e236f30aa8 Use WaylandCursorItem over clients, window system cursor otherwise + f5a84adfe9d7a57de31813167acea55adb7f309d brcm-egl: needs wayland-scanner-client-wayland-protocol-include + eaeb21284ab7a3714c735ee8d7c348aa3bc3a07a Add means for forcing non-blocking buffer swap support + ef0eeff3783ff81ed4146a58597beaa9199ea323 Add spaces around '+' + 9380c33a718d475007d3f2955349d336267f274e Bump version + b7b0602d8b17aa7cf6de543a2e872c8edd6bcf18 Fix qt_attribution.json files by replacing newlines with \n escapes Pick-to: dev 5.15 Change-Id: Ie86901c27f5d4caf010ada1c4340bcd949ad26de Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
-rw-r--r--dist/changes-5.15.136
1 files changed, 36 insertions, 0 deletions
diff --git a/dist/changes-5.15.1 b/dist/changes-5.15.1
new file mode 100644
index 00000000..a9582923
--- /dev/null
+++ b/dist/changes-5.15.1
@@ -0,0 +1,36 @@
+Qt 5.15.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.15.0.
+
+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.15 series is binary compatible with the 5.14.x series.
+Applications compiled for 5.14 will continue to run with 5.15.
+
+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-84226] Added support for environment variable
+ QT_WAYLAND_FORCE_NONBLOCKING_SWAP_SUPPORT, which can be used to force
+ the resolution of detecting if EGL driver supports non-blocking
+ eglSwapBuffers call. If you encounter application freezing while waiting
+ indefinitely for a buffer swap, then try setting variable to 0.
+
+****************************************************************************
+* QPA plugin *
+****************************************************************************
+
+ - [QTBUG-76324] QWaylandWindow no longer sends fake
+ SurfaceCreated/Destroyed events. Use expose events to be notified when a
+ Wayland surface appears.