summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-01-16 15:22:26 +0200
committerAntti Kokko <antti.kokko@qt.io>2020-01-21 11:55:35 +0200
commit4c25b436284669c44cc353dad7b9c89af3bae290 (patch)
treefd8061315ec5205ac390616a8260cd35c8860820
parent48c8f339f09c5274536222bce159a6d0394dbede (diff)
Add changes file for Qt 5.12.7v5.12.7
+ 7a5367935db9a5a54ab59a3a10a7a028caafba44 Bump version + eb375c963d79add7b827ea9f9f40aea44fecd094 Fix picking with primitive restart + 5746b72615f0c1ab59bf9391195cb795fd76d927 Fix picking with primitive restart for line loops Change-Id: Iab194e9d3a6495c78769d122a4f6e5be8f54e384 Reviewed-by: Mike Krus <mike.krus@kdab.com>
-rw-r--r--dist/changes-5.12.720
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-5.12.7 b/dist/changes-5.12.7
new file mode 100644
index 000000000..c9716139a
--- /dev/null
+++ b/dist/changes-5.12.7
@@ -0,0 +1,20 @@
+Qt 5.12.7 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0 through 5.12.6.
+
+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.