aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-10-30 10:40:16 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-10-30 10:40:17 +0100
commit5c1aa494e95b2945500e3c3e62240dd60e7190d6 (patch)
treede0f76a2ee8cc2c3b929a816b5d81127b814d8a7
parent21e3c3eff23c34f9e4b85794e336380d9f6815f6 (diff)
parentc0fb745acdbed0828e3b66f6a6705203a2754591 (diff)
Merge remote-tracking branch 'origin/5.13.2' into 5.13
-rw-r--r--.qmake.conf2
-rw-r--r--dist/changes-5.13.225
2 files changed, 26 insertions, 1 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 55e31e9b..a5831035 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -4,4 +4,4 @@ DEFINES += QT_NO_FOREACH
QQC2_SOURCE_TREE = $$PWD
-MODULE_VERSION = 5.13.1
+MODULE_VERSION = 5.13.2
diff --git a/dist/changes-5.13.2 b/dist/changes-5.13.2
new file mode 100644
index 00000000..af5214cd
--- /dev/null
+++ b/dist/changes-5.13.2
@@ -0,0 +1,25 @@
+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.
+
+****************************************************************************
+* Controls *
+****************************************************************************
+
+ - QQuickTextArea:
+ * Fixed rendering issue when using TextArea in a ScrollView.