summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-03-03 15:10:31 +0200
committerBrett Stottlemyer <bstottle@ford.com>2020-03-17 01:15:35 -0400
commitc64237289a6287c23564827b51092e58a1e6cbac (patch)
treec9fd96b7456679aafab612149cae35ef5f112006
parent14daacff9654980381a1d0b7b09d0b25f6c9dbb2 (diff)
Add changes file for Qt 5.14.2v5.14.2
+ dd8df15b994d51bbcd42fdfcb0482418aed82190 Specify the int parameter for the hour/minuteChanged() signals + 9129bbda7b90469e710772cec60f6d6b5e878278 Bump version + 15482d877ef43166bf0e93b8a15b0e17701bd2e6 Prospective fix for flaky tests + df41e2e5a025afc56cf65618c36a3fd3790da892 Attempt to stabilize flaky test + 4520d5d091373f4ec1af0c5a134eef806a98e6b7 Fix initialization issue when a replica is given extra properties + 14daacff9654980381a1d0b7b09d0b25f6c9dbb2 Fix QML bindings to second replica properties Change-Id: Ie7e200a4aa94b65846cf17bfec4e8097cac34763 Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
-rw-r--r--dist/changes-5.14.227
1 files changed, 27 insertions, 0 deletions
diff --git a/dist/changes-5.14.2 b/dist/changes-5.14.2
new file mode 100644
index 0000000..ca7ab1e
--- /dev/null
+++ b/dist/changes-5.14.2
@@ -0,0 +1,27 @@
+Qt 5.14.2 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.14.0 through 5.14.1.
+
+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.14 series is binary compatible with the 5.13.x series.
+Applications compiled for 5.13 will continue to run with 5.14.
+
+If you are using Qt Remote Objects between processes or devices running
+different versions Qt, the different versions of Qt must be running
+compatible versions of QtRO's protocol. Changes to the Qt Remote Objects
+protocol are documented online:
+
+https://doc.qt.io/qt-5/qtremoteobjects-compatibility.html
+
+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.
+
+ - This release contains only minor code improvements.