summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.13.2
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2019-11-05 07:54:07 +0100
committerPaul Wicking <paul.wicking@qt.io>2019-11-05 10:28:57 +0000
commitc962370b3db644bb05c410b2536552466b4eac86 (patch)
treea77fa14133a426891bdf0969b23ccd71819a3b02 /dist/changes-5.13.2
parent8af62166bad24a260960e77f6d40453997635de5 (diff)
parent4a46391ddaa2b46f50bd7e76ff7fa2e9ba2d7f20 (diff)
Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"v5.14.0-beta3
Diffstat (limited to 'dist/changes-5.13.2')
-rw-r--r--dist/changes-5.13.227
1 files changed, 27 insertions, 0 deletions
diff --git a/dist/changes-5.13.2 b/dist/changes-5.13.2
new file mode 100644
index 000000000..f1a1f9dbb
--- /dev/null
+++ b/dist/changes-5.13.2
@@ -0,0 +1,27 @@
+Qt 5.13.2 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.13.0 through 5.13.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.13 series is binary compatible with the 5.12.x series.
+Applications compiled for 5.12 will continue to run with 5.13.
+
+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.
+ - [QTBUG-77501] Fixed broken text rendering when generating large glyph
+ sets.