summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2018-08-28 10:21:05 +0200
committerAlex Blasche <alexander.blasche@qt.io>2018-08-31 07:09:37 +0000
commit8b70dcb210d82a55220c0a953653646a91d55251 (patch)
tree3ce21bf188c9a7bf57dfe7e29ec6e388b5067778 /dist
parent0c2b6dc44351352e8a88248b98e1d45c0403e01c (diff)
Add changelog for 5.11.2 releasev5.11.2
Change-Id: Ie610cc0935594bda8c05cfad41dd49218e1930f1 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.11.258
1 files changed, 58 insertions, 0 deletions
diff --git a/dist/changes-5.11.2 b/dist/changes-5.11.2
new file mode 100644
index 00000000..2aee4cde
--- /dev/null
+++ b/dist/changes-5.11.2
@@ -0,0 +1,58 @@
+Qt 5.11.2 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.2 Changes *
+****************************************************************************
+
+QtBluetooth
+-----------
+
+ - Fixed incorrect application of QBluetoothSocket type during
+ QBluetoothSocket::connectToService(const QBluetoothServiceInfo&, OpenMode).
+ The function applied the socket type of the QBLuetoothSocket default ctor
+ and ignored the requested socket type of the given QBluetoothServiceInfo
+ instance
+
+QtNfc
+-----
+
+ - [QTBUG-67958] Fixed QMetaObject::invokeMethod() warning.
+
+****************************************************************************
+* Platform Specific Changes *
+****************************************************************************
+
+Android
+-------
+
+ - [QTBUG-69700] Fixed incorrect matching of
+ QBluetoothServiceDiscoveryAgent::uuidFilter() during a service discovery.
+
+iOS/macOS
+---------
+
+ - [QTBUG-69857] Fixed crash in QBluetoothServiceInfo::unregisterService() on macOS.
+
+
+Linux/BlueZ
+-----------
+
+ - [QTBUG-68890] Fixed a crash in QLowEnergyController on BlueZ 5 triggered when
+ BTLE devices disconnect and reconnect.