summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-08-24 12:20:53 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-08-25 05:30:27 +0000
commitdb75794b40414259972bf707a8855573a12f8b4a (patch)
tree8c3aa36309294e77d95e4f639e10ff0223bd2213
parent8bc9dff5ab448e183c93f25ddb30ce74f630fa96 (diff)
Add changes file for Qt 5.15.1
+ 5488f0731ebe9c5566abb897f0cb8d298c5944da Fix Clang 10 warning about inconsistent override + 267fba6fdb275601d2a61195ae0260f94f786cff Bump version Change-Id: Ic59946675ff991117af83c27ed726e195c721cfc Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 835b594bda455a3ecb768605d64fb3ca29ceb51d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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.