summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-10-27 10:02:11 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-10-29 12:55:14 +0000
commite3f9b6df24ae715147adca7a7503938969bf2405 (patch)
tree8b21977abcfffe3e4355d5113f4e0948639de148
parente185c80ae628b1bfc03acff8bf72585b7082acd5 (diff)
Add changes file for Qt 5.15.2
- e02d4e57e19fb4b973bf736658fde82959d93ca9 Add changes file for Qt 5.15.1 + d4e82a2936f412fadbfefa240baeed6efd310a62 Fix qt_attribution.json files by replacing newlines with \n escapes + 93ae5523192b6d636a32986d9cae10294bca5a83 Bump version + 1cce99ccb1bcb0482e1b132ed634ad0f7ce2d251 TGA Plugin: print error message when tga could not be load + dd8edc701b7bcd90eddf8f4af824efdc4b21271e Add changes file for Qt 5.12.10 Change-Id: I46b6b8a6172a3b1dca8a28af7fe13d122d7e076a Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io> (cherry picked from commit ceaf64a82ea5dc7f37b8cb1865e817ae6deb751e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--dist/changes-5.15.220
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-5.15.2 b/dist/changes-5.15.2
new file mode 100644
index 0000000..c8cfa78
--- /dev/null
+++ b/dist/changes-5.15.2
@@ -0,0 +1,20 @@
+Qt 5.15.2 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.15.1.
+
+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.
+
+ - This release contains only minor code improvements.