summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.6.347
-rw-r--r--dist/changes-5.9.275
2 files changed, 122 insertions, 0 deletions
diff --git a/dist/changes-5.6.3 b/dist/changes-5.6.3
new file mode 100644
index 00000000..8dcd6b6a
--- /dev/null
+++ b/dist/changes-5.6.3
@@ -0,0 +1,47 @@
+Qt 5.6.3 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.6.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.6 series is binary compatible with the 5.5.x series.
+Applications compiled for 5.5 will continue to run with 5.6.
+
+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.
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+QtNfc
+-----
+
+ - Android:
+ * [QTBUG-55297] Addressed an ODR violation in QLlcpServer
+
+
+QtBluetooth
+-----------
+
+ - [QTBUG-56294] Fixed misleading error message in QBluetoothSocket.
+
+ - Android:
+ * [QTBUG-45066] Fixed crash in QBluetoothDeviceDiscoveryAgent ctor due to
+ Java exception on some Android devices such as the HTC 10.
+
+ - BlueZ:
+ * Made sdpscanner compilable with non C++11 compiler.
+
+ - iOS/macOS:
+ * Replaced deprecated CBCentralManagerState enum and related values with
+ CBManagerState. This change was introduced by iOS 10.
+ * Fixed build on MacOSX10.12 SDK. Missing includes were added that allow
+ to build the module with 10.12 SDK and Xcode 8.
diff --git a/dist/changes-5.9.2 b/dist/changes-5.9.2
new file mode 100644
index 00000000..e1f70f7c
--- /dev/null
+++ b/dist/changes-5.9.2
@@ -0,0 +1,75 @@
+Qt 5.9.2 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.9.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.9 series is binary compatible with the 5.8.x series.
+Applications compiled for 5.8 will continue to run with 5.9.
+
+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.
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+QtBluetooth
+-----------
+
+ - Fixed several documentation issues in QML chat example.
+ - Improved QML BluetoothSocket type documentation.
+ - Fixed QML chat example not handling all socket states leading to wrong
+ state reports.
+ - [QTBUG-61542] Added workaround for QTBUG-61392 to QML chat example.
+ - [QTBUG-61392] Added Android platform bug workaround to all Bluetooth examples
+ requiring the workaround.
+ - Added various improvements to pingpong example.
+ - [QTBUG-57847] Ensured that QBluetoothDeviceDiscoveryAgent::deviceDiscovered()
+ is continuously emitted when the Low Energy search timeout is set to 0.
+ - [QTBUG-60131] Fixed never ending recursion in QBluetoothDeviceDiscoveryAgent::stop().
+
+QtNfc
+-----
+
+ - [QTBUG-60268] Fixed QNdefNfcActRecord::action for platforms with unsigned chat
+
+****************************************************************************
+* Platform Specific Changes *
+****************************************************************************
+
+Android
+-------
+
+ - [QTBUG-58190] & [QTBUG-60830] Fixed concurrency bug in QBluetoothSocket::canReadLine().
+ - Addressed case whereby QBluetoothSocket::bytesWritten() was emitted even if
+ the write failed.
+ - [QTBUG-61755] Added ability to negotiate the MTU when communicating with
+ other BTLE devices.
+ - Fixed dead lock during QLowEnergyController's service discovery when the last
+ to be discovered characteristic or descriptor is read only.
+
+Linux/Bluez
+-----------
+
+ - [QTBUG-61554] Added the means to define GAP/GATT services for central roles.
+
+macOS
+-----
+
+ - [QTBUG-62658] Enabled macOS 10.13 in QtBluetooth.
+
+Windows UWP
+-----------
+
+ - Fixed several crashes when using QBluetoothSocket.
+ - Fixed crash in QBluetoothServer::nextPendingConnection().
+ - Fixed missing QBluetoothDeviceDiscoveryAgent::finished() signal when the
+ device scan only targets classic device search.