summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-08-24 12:20:53 +0300
committerAntti Kokko <antti.kokko@qt.io>2020-08-25 09:13:34 +0300
commitf4601353aa9a14eacfc83e1ca650ae5b6c21283a (patch)
treed6a62f9325338d0efdbd2d3a688e5b328e769cbd
parentb138b48ca54d0cb6abbd4437300c2237e259108f (diff)
Add changes file for Qt 5.15.1v5.15.1
+ b8fde373709585685125d3f417b3d646746d3236 Bump version + 615ff28f6fe9083b29df9ca3fa0d123817944e0c Add missing rate() method in java class + f02333202ab28282b4f5393e656ad83ba43ef6a0 Use nullptr instead of 0 in example + b138b48ca54d0cb6abbd4437300c2237e259108f Wrong tts language parsing on some Android devices Pick-to: dev 5.15 Change-Id: I886e6859dc12831f4ed998184dc53a6a0ca322b7 Reviewed-by: Paul Wicking <paul.wicking@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.