summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-10-14 10:28:55 +0300
committerBrett Stottlemyer <bstottle@ford.com>2019-10-18 08:35:35 -0400
commit44d51ea7b45b2dce1b6772217269a4d1dff88a80 (patch)
tree7b9c97af04f3dda895b779630fb490eb8878f547 /dist
parent73e620404968c8b0c126db925687f82757933916 (diff)
Add changes file for Qt 5.13.2v5.13.2
+ c54e2f336e94ac261e26bd56495210ee22b88dee doc: Review Replica and Interaction topics + eff13458a10ab9c40a839f952dedbfce2e6df59a Binary compatibility file against Qt5.13.0 for QtRemoteObjects + c76dfdc3eafe1d2129761951c3ca6970699badfb Add changes file for Qt 5.12.5 + 47c6aa50d0423b6ccc40abdc16556d60d4fa9342 Change address URL for local tests in tst_integration + eb7e5a85ceed419bc93066b32cb8db7012ee8662 Doc: Fix link errors Change-Id: I97927daf6728ccc24866cf5e91616a46d4f69e90 Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.13.230
1 files changed, 30 insertions, 0 deletions
diff --git a/dist/changes-5.13.2 b/dist/changes-5.13.2
new file mode 100644
index 0000000..be59a25
--- /dev/null
+++ b/dist/changes-5.13.2
@@ -0,0 +1,30 @@
+Qt 5.13.2 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.13.0 through 5.13.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.13 series is binary compatible with the 5.12.x series.
+Applications compiled for 5.12 will continue to run with 5.13 under most
+conditions. There may be exceptions if you are using Qt Remote Objects
+between proesses 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
+
+The QtRO protocol has been updated in Qt 5.12.4 and Qt 5.13.0 to 1.3.
+
+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 and some improvements
+ to the documentation.