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:12:55 +0300
commit2cacdd5d5c8feab792126b99d0384092683c551b (patch)
tree4d0613235acb752b13888c089819535558ae77c3
parentbd735210708a675086a6fa4533b0aea3c0c16dd4 (diff)
Add changes file for Qt 5.15.1v5.15.1
+ 1a790ba6151a3128b49d3dc556d3373dbda9f9d1 Fix UB in webp decode and memory leak in encoder + b179695c8e157bdd5e3e31980d5a8b435a7c6c52 Bump version + bd735210708a675086a6fa4533b0aea3c0c16dd4 fix build on Arch Linux Pick-to: dev 5.15 Change-Id: I0bbdadb94d5fc0fc784d121a42cfeb22dc964c80 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@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.