summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-07-30 11:25:42 +0300
committerAntti Kokko <antti.kokko@qt.io>2019-08-02 13:08:59 +0300
commit13dfe272a387a2f56229df916a580ab9ac92e332 (patch)
treed929662d0aeaffcf002de8bd7a961a2a4ce11b53
parent5c80bba07d09f498027586a32b0f937d26cca1dd (diff)
Add changes file for Qt 5.13.1v5.13.1
+ 460ba5ff499b59904139bd6fd6ecf24d04e403f0 Fix the build with -no-gui + 30b6f89e3694e667aae5700e17926c1761d16d12 Bump version + 9ca4eec0bc5c0fa9d4ab76df5eb06129765bc09a Add changes file for Qt 5.12.4 + b7a622cac9a5de26cd61203ee6dda6105826d293 Bump version + de7e4c93c0f17e4608abad31bf7cba06b8fc2e19 Bump version + cdff99cf40da37c193fa86ca3fd2e744264edee1 Doc: Replace example file lists with links to code.qt.io Change-Id: I1fdc861f41bc26295d945b975e1703566ae469db Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-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.