summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2019-08-20 13:16:25 +0300
committerAlex Blasche <alexander.blasche@qt.io>2019-08-27 12:03:01 +0200
commit0a5bf7a41e5c2c4a36efeace83444ceaee79c945 (patch)
tree42b008cca1c3b74cf605e5d2e0b03509f2e55f2e
parent406b18fdb3704a9e9e66cefbc74e7cff55f1947c (diff)
Add changes file for Qt 5.12.5 and fix 5.12.4 change filev5.12.5
+ 3394807b3b0a234452b76e6295cb2362dc2c0cc0 Bump version + 0fc7e18bf7a24c9408602242d51a852905dfd0da Core/IO/Bluetooth - fix ambiguous conversions + 8a6d9c307851f3492ddc597f5f03e80f236a7857 Fix compilation with C++20 + 4ac755bb6e51891881b7477702be8ca917b60c8a winrt: Do not try to delete nullptr worker + 263fc5186325a7dd59a7533b98b3bf1296ea0d16 Do not handle PAIRING_VARIANT_PIN + 8110fdd4c6d80d05934768fa808a4cb187212fe0 Core/IO/Bluetooth - fix ambiguous conversions for macOS + c9d585da2ddd49108d7b56f480bcfc9d71b67dbf winrt: Add limitations to bluetooth overview page + 406b18fdb3704a9e9e66cefbc74e7cff55f1947c Fix QLEAdvertisingData::setManufacturerData on Android Change-Id: Ib8bf9529e85e8f8c2f76c203120afb3d9ceca492 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
-rw-r--r--dist/changes-5.12.42
-rw-r--r--dist/changes-5.12.538
2 files changed, 39 insertions, 1 deletions
diff --git a/dist/changes-5.12.4 b/dist/changes-5.12.4
index cb7ef2bf..d751f704 100644
--- a/dist/changes-5.12.4
+++ b/dist/changes-5.12.4
@@ -18,7 +18,7 @@ Each of these identifiers can be entered in the bug tracker to obtain more
information about a particular change.
****************************************************************************
-* Qt 5.12.3 Changes *
+* Qt 5.12.4 Changes *
****************************************************************************
QtBluetooth
diff --git a/dist/changes-5.12.5 b/dist/changes-5.12.5
new file mode 100644
index 00000000..9f0b41b1
--- /dev/null
+++ b/dist/changes-5.12.5
@@ -0,0 +1,38 @@
+Qt 5.12.5 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0 through 5.12.4.
+
+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.12 series is binary compatible with the 5.11.x series.
+Applications compiled for 5.11 will continue to run with 5.12.
+
+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.
+
+****************************************************************************
+* Qt 5.12.5 Changes *
+****************************************************************************
+
+QtBluetooth
+-----------
+
+ - [QTBUG-76847] Fixed ambiguous type conversions on Apple platforms.
+
+ - [QTBUG-75089] Removed attempt to delete nullptr on WinRT when calling
+ QBluetoothDeviceDiscoveryAgent::stop().
+
+ - [QTBUG-76565] Reverted handling of PAIRING_VARIANT_PIN by
+ QBluetoothLocalDevice on Android.
+
+ - [QTBUG-62520] Improved documentation covering platform limitations on WinRT.
+
+ - Fixed QLowEnergyAdvertisingData::setManufacturerData() on Android. Previously a wrong
+ JNI signature prevented setting the data.