summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-08-24 12:07:27 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-08-26 05:21:00 +0000
commita1efd35dc20d2ceeb2acfe2fd14ac256a6aab1ef (patch)
treee6b502f072c40b8802ec3532edf81421081532b7 /dist
parent20fc1f447592e6dc6f3abd9cae5c3a55efed4b01 (diff)
Add changes file for Qt 5.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 Change-Id: I8bfe829629dd5e32b65641d79ff762298b33537a Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 560c588e59b7788643307368816fa83b7b2cf3ee) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'dist')
-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.