From c7f826f0c07c05948c3882242ce4d2ea0ced8a6f Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Fri, 8 Jun 2018 10:00:03 +0300 Subject: Add changes file for Qt 5.11.1 Change-Id: Ieebe865e9d4eb9248c9686559c3686486729bbb4 Reviewed-by: Timur Pocheptsov --- dist/changes-5.11.1 | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 dist/changes-5.11.1 diff --git a/dist/changes-5.11.1 b/dist/changes-5.11.1 new file mode 100644 index 00000000..b4df5c88 --- /dev/null +++ b/dist/changes-5.11.1 @@ -0,0 +1,54 @@ +Qt 5.11.1 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.1 Changes * +**************************************************************************** + +QtBluetooth +----------- + + - [QTBUG-67672] Addressed missing emission of readChannelFinished() in + QBluetoothSocket as required by QIODevice. + +**************************************************************************** +* Platform Specific Changes * +**************************************************************************** + +Android +------- + + - [QTBUG-65826] Fixed crash in QLowEnergyController during service discovery. + +iOS/macOS +--------- + + - [QTBUG-68422] Fixed never-ending QLowEnergyController service discovery due + to remote peripheral devices not responding properly to requests. A timeout + was added to catch such cases. + +Linux/BlueZ +----------- + + - [QTBUG-64735] Fixed blocking QBluetoothLocalDevice::requestPairing() call + which should not block. + + - Fixed missing service invalidation when calling + QLowEnergyController::disconnectService(). + -- cgit v1.2.3