summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-01-09 10:28:06 +0200
committerBrett Stottlemyer <bstottle@ford.com>2020-01-15 05:34:03 -0500
commit0cb1384479a2ebcbc72a3941462fb3e67aaa884d (patch)
tree6b42f94ce5965dbacf0080930d01465f63461457
parent48a059f89e5214195802f02913005def43dfb10d (diff)
Add changes file for Qt 5.14.1v5.14.1
+ 20bf48fc007d851ea33446570becd66eb8ebc7b9 Make the sigevent updateable + 6fb367b624663539b95930fea4b31b2a82aee4ba Change how the server thread is terminated + 05f0fdcab0c9410c4805a862cd01265cf01cabb0 Register the transmit pulse + 23b28ba63d0e860d40f015e58c2b4c2eb46ac9be Bump version + 7182b293f8199ccd9d1cfd45a4fa7d10921f52f1 Add binary compatibility file for qtremoteobjects + 48a059f89e5214195802f02913005def43dfb10d Fix internal compiler error of MinGW 8.1 caused by generated code Change-Id: Id856e1eb4e5ecd218f528d4d974fe3fda1361bcc Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
-rw-r--r--dist/changes-5.14.127
1 files changed, 27 insertions, 0 deletions
diff --git a/dist/changes-5.14.1 b/dist/changes-5.14.1
new file mode 100644
index 0000000..bdb1e12
--- /dev/null
+++ b/dist/changes-5.14.1
@@ -0,0 +1,27 @@
+Qt 5.14.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.14.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.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.