summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-07-30 11:25:43 +0300
committerAntti Kokko <antti.kokko@qt.io>2019-08-06 07:16:14 +0300
commitbf3fe5100df93369997aa9bf3f9ca71c3a908cca (patch)
treec1c26101d57462bd56a824a0a23faee4304fdbd8
parent5d82bf36c526d55951127c95d8c0aa5abc2e199d (diff)
Add changes file for Qt 5.13.1v5.13.1
+ a49336c78a0b610b2dff25ecc1f292bdeefbfda7 Android: disable tests requiring plugins + e163199a2ff396de0a2395a8d4be7bdf443e682c QModBusReply: Fix typo in documentation + 144916119e83e342d6b46127fb3ffabaa365b4fb Bump version + 76a08e3d59a0ef7020464d73df6dd5a01e58c230 Add changes file for Qt 5.12.4 + 4258ea1cf66f3b4e710b05c87b77622c7115284b Bump version + 1dda855cfc82db70fd937b1c33f9af57482a5d43 Bump version + 6ba24bbf130a74a5131d32951bacd257c179d215 Doc: Replace example file lists with links to code.qt.io + 43d746c2c0c87c8694e835f3b052317c8fa02482 SocketCAN: Fix compiler error "‘SIOCGSTAMP’ was not declared" + dd9b3d7ee62019d75764be7e49468976708f16fd PeakCAN: Update documentation for added CAN FD functions + 4fb3e302a30c675b3d515d6eb5dd08301727d4c1 Doc: Add precision to QCanBusFrame::setFrameId description Change-Id: I70ecb828667faf3422479f636df9698bd9c1f192 Reviewed-by: Alex Blasche <alexander.blasche@qt.io> Reviewed-by: André Hartmann <aha_1980@gmx.de>
-rw-r--r--dist/changes-5.13.120
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-5.13.1 b/dist/changes-5.13.1
new file mode 100644
index 0000000..57ebdbe
--- /dev/null
+++ b/dist/changes-5.13.1
@@ -0,0 +1,20 @@
+Qt 5.13.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.13.0.
+
+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.
+
+ - This release contains only minor code improvements.