summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-02-20 15:21:30 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2019-02-21 12:41:06 +0000
commit1c19349a28a75eec386b84af142fc571e492a3c3 (patch)
tree59c8970b092e4249b8813cec493ddfbe3a574f6f
parent5f94145128035bce167ca23780296564aa5f25d1 (diff)
Add changes file for Qt 5.12.2v5.12.2
+ 0295c86166ae8335d448d26f2ae50d542f6e133b Bump version + f375f222f511bc67deb8a5fcc533b51d846c68e6 QAbstractItemModelReplicaImplementation::fetchPendingData(): Fix compiler warning + a6df9c84a667e89bcdf215c7ac21b943b07991bd Fix include directives + b0b3cbde5098986d699c3f6cefe03b852b1f007c Doc: Fix link errors qremoteobjecthost.cpp + d3cde521533787f5f91364ffdba3e0a386d131f6 Doc: Fix link errors qremoteobjectnode.cpp + 08f12f69b19ba3a893feeb71d289e807fe051b8e examples: require widgets explicitly + 5f94145128035bce167ca23780296564aa5f25d1 Work around bug in qmake's vcxproj generator Change-Id: If87e27dfca806c45a12ddcad40c8b2ab8359f0b1 Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>
-rw-r--r--dist/changes-5.12.220
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-5.12.2 b/dist/changes-5.12.2
new file mode 100644
index 0000000..0c8bd85
--- /dev/null
+++ b/dist/changes-5.12.2
@@ -0,0 +1,20 @@
+Qt 5.12.2 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0 through 5.12.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.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.
+
+ - This release contains only minor code improvements.