aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-08-24 12:20:53 +0300
committerMitch Curtis <mitch.curtis@qt.io>2020-09-03 12:22:21 +0200
commitae04a778c8bafa20812e337fbb80f60b898b8313 (patch)
tree328b091f04de408d8637b3c26959e46b612e87ff
parent99008fa890eab8738fb6676f5df0101ae4467f4a (diff)
Add changes file for Qt 5.15.1v5.15.1
+ a50db98b23526737a4f7680d4e02ccd455309699 Fix static build when using disable-layouts and no-builtin-style + 4cf279a5e6ad49720506a6825f008a773f5e951e Fix use of QTime as an elapsed timer + a5442ee7e44f8907635709269661d430b4141e37 Add missing override + a5c9c101585e10de4f186da363d02869efd62757 Fix cursor position in Japanese input + c20945c93a3d522468af343b2a82c1b69b433abe Fix compiler warnings for overrides that miss 'override' keyword + 5377bb3ce3e69640dc3ac484e977704470ad7965 Fix warning in SelectionListItem + 51d0e4154a75a45740aa66849b289b7e630916aa Fix InputPanel position in b2qt example when portrait mode + 99008fa890eab8738fb6676f5df0101ae4467f4a Bump version Pick-to: dev 5.15 Change-Id: I986d7fd6ea6a9640c14016f9611bd6c62b88ceb7 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
-rw-r--r--dist/changes-5.15.127
1 files changed, 27 insertions, 0 deletions
diff --git a/dist/changes-5.15.1 b/dist/changes-5.15.1
new file mode 100644
index 00000000..ed49438e
--- /dev/null
+++ b/dist/changes-5.15.1
@@ -0,0 +1,27 @@
+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.15/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.
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+ - [QTBUG-83217] Fixed InputPanel position in b2qt example in portrait mode.
+ - [QTBUG-74664] Fixed cursor position in Japanese input.
+ - [QTBUG-83187] Fixed static build when using disable-layouts and
+ no-builtin-style.