summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-10-27 10:02:11 +0200
committerAntti Kokko <antti.kokko@qt.io>2020-10-28 14:43:34 +0200
commit0c62d8262fb2a4779e05e95d112f08125031b640 (patch)
treee24a115ae297a8556b5524a3dcddece202e707db
parent87e97562466b76fd757ebdfff8978b34c167a6ae (diff)
Add changes file for Qt 5.15.2v5.15.2
- 03d370854d38dfc6ebdf2f9c921909f0e027ec3f Add changes file for Qt 5.15.1 + 415bc38612bc4fa18af4f5921bc8e845c86374b0 Bump dependency version and fix compile errors + 792046651cf904590d2e6a57253380d4b129b070 dumpcpp: Check 64 bit registry keys for 64bit builds + 7d5b1ca45eaa49388ef5dc1b61aff4c6fc741997 Bump version + 87e97562466b76fd757ebdfff8978b34c167a6ae Add changes file for Qt 5.12.10 Pick-to: dev 5.15 Change-Id: I93c44ad368f5451ccc1d8c4fd44f07ad35a5e0a3 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--dist/changes-5.15.231
1 files changed, 31 insertions, 0 deletions
diff --git a/dist/changes-5.15.2 b/dist/changes-5.15.2
new file mode 100644
index 0000000..9fdf7a6
--- /dev/null
+++ b/dist/changes-5.15.2
@@ -0,0 +1,31 @@
+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.
+
+****************************************************************************
+* Important Behavior Changes *
+****************************************************************************
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+ - [QTBUG-86666] dumpcpp: Check 64 bit registry keys for 64bit builds
+ Add a check depending on pointer size.
+ The bug was: dumpcpp tool not working for x64 components
+