summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-08-24 12:20:54 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-08-26 06:06:43 +0000
commitd759a753779f3ae4b5ae2cb6b16401b4663618ad (patch)
treeada0c84c65db158ea02568aa05e24adaccb86043
parente073beeb0710913cd5faa0b2f570ca8383c58322 (diff)
Add changes file for Qt 5.15.1
+ 985d9f42f7691a5b96f9d55b96c83e7f8debfee1 Shift the label to be inside the bar if it is going to be cut off + b1edcbc8b040455b76b1ac3c1762867c88e76287 Fix Clang 10 warning about misleading indentation + e073beeb0710913cd5faa0b2f570ca8383c58322 Bump version Change-Id: Id0a75ac78b4dfa2645c79e296035a9188e1c35f7 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> (cherry picked from commit 68a2a439898f154279ef41dcc6e7164030d20d54) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--dist/changes-5.15.125
1 files changed, 25 insertions, 0 deletions
diff --git a/dist/changes-5.15.1 b/dist/changes-5.15.1
new file mode 100644
index 00000000..df5ab368
--- /dev/null
+++ b/dist/changes-5.15.1
@@ -0,0 +1,25 @@
+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.
+
+****************************************************************************
+* Bug Fixes *
+****************************************************************************
+
+- Shift the label to be inside the bar if it is going to be cut off
+