summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2018-06-08 10:00:03 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2018-06-09 11:09:47 +0000
commitc7f826f0c07c05948c3882242ce4d2ea0ced8a6f (patch)
tree570b4bd54747c6942c2566ec9a20d4d2a9ea32f3
parent72ead528a7a1102d147e0b511eaf7ddc3416a162 (diff)
Add changes file for Qt 5.11.1v5.11.1
Change-Id: Ieebe865e9d4eb9248c9686559c3686486729bbb4 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
-rw-r--r--dist/changes-5.11.154
1 files changed, 54 insertions, 0 deletions
diff --git a/dist/changes-5.11.1 b/dist/changes-5.11.1
new file mode 100644
index 00000000..b4df5c88
--- /dev/null
+++ b/dist/changes-5.11.1
@@ -0,0 +1,54 @@
+Qt 5.11.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.11.0.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+http://doc.qt.io/qt-5/index.html
+
+The Qt version 5.11 series is binary compatible with the 5.10.x series.
+Applications compiled for 5.10 will continue to run with 5.11.
+
+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.11.1 Changes *
+****************************************************************************
+
+QtBluetooth
+-----------
+
+ - [QTBUG-67672] Addressed missing emission of readChannelFinished() in
+ QBluetoothSocket as required by QIODevice.
+
+****************************************************************************
+* Platform Specific Changes *
+****************************************************************************
+
+Android
+-------
+
+ - [QTBUG-65826] Fixed crash in QLowEnergyController during service discovery.
+
+iOS/macOS
+---------
+
+ - [QTBUG-68422] Fixed never-ending QLowEnergyController service discovery due
+ to remote peripheral devices not responding properly to requests. A timeout
+ was added to catch such cases.
+
+Linux/BlueZ
+-----------
+
+ - [QTBUG-64735] Fixed blocking QBluetoothLocalDevice::requestPairing() call
+ which should not block.
+
+ - Fixed missing service invalidation when calling
+ QLowEnergyController::disconnectService().
+