summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-11-05 07:30:35 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-11-05 07:30:35 +0100
commit09fa8225d525b12ba22234a59452decaf987fb8a (patch)
treeb905186777621f0ea90289cb87b7ff15cff1a87a
parentd5a8b58280b3e0263a22edc2a8a811f3252df27e (diff)
parent2216279ffd43fb84042da2faa5bc432770351ec3 (diff)
Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta3
Conflicts: .qmake.conf Change-Id: I73cc3d9c4a38e6c586ac0c2f54c94184d65c560a
-rw-r--r--dist/changes-5.13.224
1 files changed, 24 insertions, 0 deletions
diff --git a/dist/changes-5.13.2 b/dist/changes-5.13.2
new file mode 100644
index 00000000..ccee7cbf
--- /dev/null
+++ b/dist/changes-5.13.2
@@ -0,0 +1,24 @@
+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.
+
+****************************************************************************
+* Qt 5.13.2 Changes *
+****************************************************************************
+
+ - [QTBUG-78086] Reverted the fix for QTBUG-78086 as it broke I/O on Windows.