summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@qt.io>2018-10-31 11:58:47 +0100
committerMaurice Kalinowski <maurice.kalinowski@qt.io>2018-11-01 08:17:49 +0000
commitb914736b14e488edc4e52953e96a08ff56289b63 (patch)
tree45969e1aa05a04af049fd0a5e74e1fdc67cede1f
parentccd80bb35be42c6278de20d1b7942c0af0dc993f (diff)
Add changes-5.12.0
Change-Id: Iba06924f84455ba928b83e2cc5c851e302b10a0e Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
-rw-r--r--dist/changes-5.12.028
1 files changed, 28 insertions, 0 deletions
diff --git a/dist/changes-5.12.0 b/dist/changes-5.12.0
new file mode 100644
index 0000000..01f69fc
--- /dev/null
+++ b/dist/changes-5.12.0
@@ -0,0 +1,28 @@
+Qt 5.12 introduces many new features and improvements as well as bugfixes
+over the 5.11.x series. 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
+
+The Qt version 5.12 series is binary compatible with the 5.11.x series.
+Applications compiled for 5.11 will continue to run with 5.12.
+
+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.12.0 Changes *
+****************************************************************************
+
+QtMQTT
+-----------
+
+ - Added support for MQTT protocol level 5.
+ - [QTBUG-67176] Fixed property overwrite during established connection.
+ - [QTBUG-68614] Fixed management of manually specified secure connection.
+ - [QTBUG-69642] Fixed buffer reading for string data.