summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-10-30 10:39:16 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-10-30 10:39:16 +0100
commit6d9f5fc21cb272aad6c04b734f52c499e7e9e952 (patch)
tree5f9c6226bb597e803d1fa52b1eaeaef71b082afe
parent1685ec1425be5c4f857755da766758d2ab0c0651 (diff)
parent44d51ea7b45b2dce1b6772217269a4d1dff88a80 (diff)
Merge remote-tracking branch 'origin/5.13.2' into 5.135.13
-rw-r--r--.qmake.conf2
-rw-r--r--dist/changes-5.13.230
2 files changed, 31 insertions, 1 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 29a1f22..f3a770b 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,6 +1,6 @@
load(qt_build_config)
CONFIG += qt_example_installs
-MODULE_VERSION = 5.13.1
+MODULE_VERSION = 5.13.2
QTRO_SOURCE_TREE = $$PWD
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.