From e54779075b936c224b7647599edf8368fc2bbd52 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Wed, 8 Nov 2017 09:54:39 +0200 Subject: Add changes file for Qt 5.10.0 Change-Id: I3015244ee9cbbd8e68b48051b6319a4aef7f84c7 Reviewed-by: Oliver Wolff --- dist/changes-5.10.0 | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 dist/changes-5.10.0 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. -- cgit v1.2.3