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:16:31 +0000
commit4a46391ddaa2b46f50bd7e76ff7fa2e9ba2d7f20 (patch)
tree6e24126ddc4aef27c8cf8295a877ea4942033a73 /dist/changes-5.13.2
parente75afb9ab5746b97cb2d9f1538f7fd9ec943bb10 (diff)
parent588571dabe9018b99f516f6e545a8a6323c76eb0 (diff)
Merge remote-tracking branch 'origin/5.13' into 5.14
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.