summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-08-24 12:07:27 +0300
committerAntti Kokko <antti.kokko@qt.io>2020-08-26 05:06:18 +0000
commit560c588e59b7788643307368816fa83b7b2cf3ee (patch)
tree5975ed29a7eff92a3f7ecc11efc105d046afdb0f
parent2535f7d0034c03500dd279e735f97941d4d051f4 (diff)
Add changes file for Qt 5.15.1v5.15.1
+ 72215e4c7c6a42723b138ac97a603af011bd81d2 Compile with QT_NO_CAST_TO_ASCII + cddd08a9ed92aff9f86b0fde86cfac980bec52ea Fix deprecated/removed code + e9ee58208f5eea55e5225513f1403a27dbdd2d60 Print warning message when we can't get type information + 2535f7d0034c03500dd279e735f97941d4d051f4 Bump version Pick-to: dev 5.15 Change-Id: I8bfe829629dd5e32b65641d79ff762298b33537a Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-rw-r--r--dist/changes-5.15.120
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-5.15.1 b/dist/changes-5.15.1
new file mode 100644
index 0000000..332ee9d
--- /dev/null
+++ b/dist/changes-5.15.1
@@ -0,0 +1,20 @@
+Qt 5.15.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.15.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.15 series is binary compatible with the 5.14.x series.
+Applications compiled for 5.14 will continue to run with 5.15.
+
+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.