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 07:45:12 +0300
commit6fe502ad842c322981b45632e4f59182be1908d2 (patch)
tree299fcb84a207bffa5f7145493cf78c09ccda73a7
parent7a160b16dea1fa26b58f8b2e7c2fc6c96813bfd2 (diff)
Add changes file for Qt 5.15.1v5.15.1
+ 2f46485868a5d9f9a9035db7157864a3f5949a8a Android: Make `Just Works` bonding really work + be75143e7d6d74bf49284746afcbe26c8091f471 Emit requestCompleted only one time on Android + a48a7537f7d226e3980586480e59d0b9733b61f1 Bump version + 70d9d0ce58a88ce3c2e8673e8ea20ba078632e25 Move the check for relevant NFC intents to the MainNfcNewIntentListener + 7a160b16dea1fa26b58f8b2e7c2fc6c96813bfd2 Add binary compatibility files for 5.15 for QtConnectivity Pick-to: dev 5.15 Change-Id: Id51454d831205086dc16ce4e3678df85c1527ad7 Reviewed-by: Alex Blasche <alexander.blasche@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 00000000..332ee9d1
--- /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.