summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2018-11-16 09:22:24 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2018-11-19 06:50:13 +0000
commit92ae729691f6db9fb06b0475509dc1141ac3d93c (patch)
tree7da951cfd2ec9d00814898a7ddf7782797298213
parent9fcf2a90db6d6dce1fe03a2f7af4c4a148c35087 (diff)
Add changes file for Qt 5.11.3v5.11.3
+ 860e3489c60a0b5353b1646ade2784d6690a2267 Fix a constant reconnection issue + 9fcf2a90db6d6dce1fe03a2f7af4c4a148c35087 Bump version Change-Id: I1d0d9ec8b0033bfcbe92298b472d4ef9de3e44a2 Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
-rw-r--r--dist/changes-5.11.327
1 files changed, 27 insertions, 0 deletions
diff --git a/dist/changes-5.11.3 b/dist/changes-5.11.3
new file mode 100644
index 0000000..28f337e
--- /dev/null
+++ b/dist/changes-5.11.3
@@ -0,0 +1,27 @@
+Qt 5.11.3 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.11.0 through 5.11.2.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+http://doc.qt.io/qt-5/index.html
+
+Note: Tech Preview modules are able to change APIs to refine or enhance the
+module's functionality. Thus Qt's binary compatibility quarantees aren't
+applicable. Code switching to 5.11.0 from earlier versions of Qt Remote
+Objects will need to be recompiled.
+
+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.
+
+****************************************************************************
+* Qt 5.11.3 Changes *
+****************************************************************************
+
+ - QRemoteObjectNode
+ * Fix a constant reconnect issue