From eec8fed760a572eb9187f79b43d87986f2b4f404 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Wed, 20 Feb 2019 15:21:30 +0200 Subject: Add changes file for Qt 5.12.2 + 45608abda7b9470ec0b3ea26e849ec71b637288d Don't reverse uuids which are derived from Bluetooth's base uuid + e957470ae0e61eea1afa96d76468dbdc87168421 Ensure custom uuids are returned by QBluetoothServiceInfo::serviceUuid() + 41ac7f7da4367d4923b19c693f469425b8e6e0f0 Fix a few clazy warnings + 0b4aadadf19adff87fd6a847458be742220fc8fd Bump version + 1bba2694302b7200d62d715827f20e8f830d9e03 Check for system feature PackageManager.FEATURE_NFC + c6cd43df27eb967404c10c1216c0f186fc03b226 LE/Android: trivial typo fixes + 1d964be81b0081d2ccdbf5c9a875672f447b5977 LE/Android: fix crash when destroying DiscoveryAgent during scan + 80a1346a139343b221d49b7c7b7fabcd55669a65 Doc: Fix link error to \macos + 7accd34495a8269f9b335446ae779bd56cd4c4c0 Bluetooth LE scan - fix a crash (CoreBluetooth) + d41eaba6fb19350d51e6487440af13ac4320f46e Fix potential bug in osxbtcentralmanager + 862c766f0896314bf850c5573bb39788f211c1e1 Add Android exclamation to QBluetoothServiceDiscoveryAgent ctor docs + 1606ccb76ba72990df652fbd7f01d709ae20b63c Fix unit test failure on Android + 68982ef782d7e7c23ce25619f8be2bee1bca355d Ensure SDP records can be byte arrays/hex encoded + f5313bc82882cd5f211726f185dc77d106f41a49 Cleanup QBluetoothServiceInfo xml stream writer on Bluez + 1b19d7981610c2a9587544da654b4ca783e1bf6b Ensure signed int are written in base 10 notation Change-Id: I7ea4e13ad4b4612ab5688c08912c1f321e0b9c9d Reviewed-by: Timur Pocheptsov --- dist/changes-5.12.2 | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 dist/changes-5.12.2 diff --git a/dist/changes-5.12.2 b/dist/changes-5.12.2 new file mode 100644 index 00000000..9e0f7fa0 --- /dev/null +++ b/dist/changes-5.12.2 @@ -0,0 +1,61 @@ +Qt 5.12.2 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.12.0 through 5.12.1. + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + +https://doc.qt.io/qt-5/index.html + +The Qt version 5.12 series is binary compatible with the 5.11.x series. +Applications compiled for 5.11 will continue to run with 5.12. + +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.12.2 Changes * +*************************************************************************** + +QtBluetooth +----------- + + - Added documentation improvements to QBluetoothServiceDiscoveryAgent. + +QtNfc +----- + + - Fixed exceptions on Android WearOS devices because those devices not + supporting NFC. + +*************************************************************************** +* Platform Specific Changes * +*************************************************************************** + +Android +------- + + - [QTBUG-72681] Fixed wrong reversing of service uuids when calling + QBLuetoothSocket::connectToService(). + + - Fixed a crash when destroying QBluetoothDeviceDisocveryAgent during an + ongoing scan. + + - [QTBUG-73571] Fixed tst_QBluetoothServiceDiscoveryAgent::tst_invalidBtAddress() + which was failing on Android. + +iOS/macOS +--------- + + - [QTBUG-73140] Fixed a crash in QBluetoothDeviceDiscoveryAgent when the user + turns off Bluetooth while a scan is running. + +Linux/BlueZ +----------- + + - [QTBUG-72800] Addressed bug where a discovered custom uuid was not returned + via BluetoothServiceInfo::serviceUuid() but as serviceClassUuids(). -- cgit v1.2.3