summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-10-31 13:26:54 +0200
committerAntti Kokko <antti.kokko@qt.io>2019-11-06 07:15:09 +0200
commitc4988ca21346752e601df8a6b2cef3ee10c062f0 (patch)
tree161ce59d34130e25e623603e7d066b7dfa02c35d
parent74e3143bba2ab8c171c83e21876c80146d08934e (diff)
Add changes file for Qt 5.12.6v5.12.6
+ 121887b051150af7490f79402248e92c7d7d0f0a distancefieldgenerator: Fix performance when selecting unicode ranges + 3480921b44f7a4dc8a38656a9722c1507a1b840a lupdate: Warn about calls with template literals + 74e3143bba2ab8c171c83e21876c80146d08934e Bump version Change-Id: Ieeb0f150f0e8e96105b4a91eeb49c8b53812b9cb Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--dist/changes-5.12.625
1 files changed, 25 insertions, 0 deletions
diff --git a/dist/changes-5.12.6 b/dist/changes-5.12.6
new file mode 100644
index 000000000..9ac649c30
--- /dev/null
+++ b/dist/changes-5.12.6
@@ -0,0 +1,25 @@
+Qt 5.12.6 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0 through 5.12.5.
+
+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.
+
+****************************************************************************
+* Distance Field Generator *
+****************************************************************************
+
+ - [QTBUG-77499] Improved performance when selecting unicode ranges in
+ large fonts.