summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-10-14 10:28:56 +0300
committerAlex Blasche <alexander.blasche@qt.io>2019-10-16 06:49:16 +0200
commit9c498a990646f6d51b461a246b7cce477423721a (patch)
tree0c7aff081fa63332587d9380c3b05cd04d1e5163
parented16064dc4ff340a27ee971f1f0276fe1bdfd403 (diff)
Add changes file for Qt 5.13.2v5.13.2
+ 7e8ad7f0bb43a3235fbf8e099e853ec3e2ce8a25 Binary compatibility file for Qt5.13.0 fr QtSerialBus + c8645af35accdfadfa2b29cd897f77b6e15704c8 Add changes file for Qt 5.12.5 + 80144b89ca1adede0db9d6e485037f5e431216c3 CAN: Avoid symbol clashes on static builds Change-Id: I6caa1947145e81be5f68c539c7b8d45a13e55466 Reviewed-by: Alex Blasche <alexander.blasche@qt.io> Reviewed-by: André Hartmann <aha_1980@gmx.de>
-rw-r--r--dist/changes-5.13.225
1 files changed, 25 insertions, 0 deletions
diff --git a/dist/changes-5.13.2 b/dist/changes-5.13.2
new file mode 100644
index 0000000..d1a9a05
--- /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.
+
+****************************************************************************
+* Qt 5.13.2 Changes *
+****************************************************************************
+
+ - [QTBUG-78546] Fixed problems on static builds where an arbitrary version
+ of resolveSymbol() was used instead of the correct one.