aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-10-27 10:02:12 +0200
committerAntti Kokko <antti.kokko@qt.io>2020-10-28 13:14:09 +0200
commit41f2492a30be21f28c8b0b7b932b886536fc9916 (patch)
tree92809baf9b8ca2c00dd83e652cfc42d2f55d4d4a
parent40584f80388ce8eedc6f557d28eb3767b9b5f78b (diff)
Add changes file for Qt 5.15.2v5.15.2
- 5f1dc16bc686851b45beff6f73925e05698eeb09 Add changes file for Qt 5.15.1 + dc798ad59910173b5d4870ebed9bcfbc39d29b8d Bump version + d1fe52bea1ce58d86bfc639f28d0f533a1570ae4 Add changes file for Qt 5.12.10 + 40584f80388ce8eedc6f557d28eb3767b9b5f78b Fix compilation with -no-qml-network Pick-to: dev 5.15 Change-Id: I5c57d0562be53c03c1325c59c7e963963e483a0c 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..60f29a7
--- /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-87694] Fix compilation with -no-qml-network
+ Add some #ifdefs, rearrange includes.
+ The bug was: Qt compilation fails when passing -no-qml-network
+