aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-07-30 11:25:41 +0300
committerAntti Kokko <antti.kokko@qt.io>2019-07-31 09:46:54 +0300
commit52d3083d3ac1154414245187ad5bcc65d69c0145 (patch)
tree3f7a71d2f185ee3b3d27a93cb3197c4934c07ea5
parent3b3b3f85ddd472bdae168f210e62dc2868997aae (diff)
Add changes file for Qt 5.13.1v5.13.1
+ 9144bf66a15520c30b3ecbb12c7482df40fc699a Bump version + 7b92bc10c5bb7b5c87421198895eae632d10702b Add changes file for Qt 5.12.4 + fe48c1884cd8e1c4194c3242b482a7b9eb509520 Bump version + c8ba132f6ca78f63440f21e9a18f9e90f62377f1 Bump version + f9664053132affe48a069235eb6561a32d38b2a7 Account for the device pixel ratio when showing a DropShadow + 48f4de2d3bda3b0b0486b5c639cf196ee2fc26b7 Doc: Replace example file lists with links to code.qt.io Change-Id: I73f3aacba5a951f73f437139871141098eb4594a Reviewed-by: Andy Shaw <andy.shaw@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.