summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2017-11-08 09:54:39 +0200
committerAntti Kokko <antti.kokko@qt.io>2017-11-20 07:18:28 +0000
commite54779075b936c224b7647599edf8368fc2bbd52 (patch)
treed23975950477d1c4f9e91bed22efc7202e1458e7
parent6efa28f0c193adf0151bb78d9660fa1fe6e8c525 (diff)
Add changes file for Qt 5.10.0
Change-Id: I3015244ee9cbbd8e68b48051b6319a4aef7f84c7 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
-rw-r--r--dist/changes-5.10.078
1 files changed, 78 insertions, 0 deletions
diff --git a/dist/changes-5.10.0 b/dist/changes-5.10.0
new file mode 100644
index 00000000..68310e3e
--- /dev/null
+++ b/dist/changes-5.10.0
@@ -0,0 +1,78 @@
+Qt 5.10 introduces many new features and improvements as well as bugfixes
+over the 5.9.x series. 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.10 series is binary compatible with the 5.9.x series.
+Applications compiled for 5.9 will continue to run with 5.10.
+
+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.10.0 Changes *
+****************************************************************************
+
+QtBluetooth
+-----------
+
+ - Register QLowEnergyCharacteristic and QLowEnergyDescriptor as meta
+ types. It is therefore necessary to declare them as meta types in the
+ header files. This commit will cause conflicts with existing meta type
+ declarations in applications using Qt. Those declarations need to be
+ removed.
+
+ - Renamed qbluetoothglobal.h to qtbluetoothglobal.h.
+
+ - QBluetoothSocket:
+ * Added QBluetoothSocket::RemoteHostClosedError.
+
+ - QLowEnergyController:
+ * Added QLowEnergyController::RemoteHostClosedError.
+
+ - Windows:
+ * [QTBUG-61566] Enabled UWP backend for desktop Windows versions that
+ support the API.
+
+QtNfc
+-----
+
+ - Renamed qnfcglobal.h tp qtnfcglobal.h.
+
+****************************************************************************
+* Platform Specific Changes *
+****************************************************************************
+
+Android
+-------
+
+ - Improved handling of "connection reset by remote device" use cases for
+ QLowEnergyController.
+
+iOS/macOS
+---------
+
+ - Fixed compilation issues related to macOS 10.13 SDK changes.
+
+Linux/BlueZ
+-----------
+
+ - Improved detection of Bluetooth device type (classic vs. low energy) based
+ on service uuids being offered by the device.
+
+ - [QTBUG-61554] Enabled default BTLE peripheral services even when
+ QLowEnergyController is running as central role.
+
+ - [QTBUG-57575] Added option to allow more targeted discovery of Bluetooth
+ devices based on type.
+
+WinRT
+-----
+
+ - Fixed -no-pch build of QtBluetooth.