summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2020-04-17 10:05:38 +0300
committerAlex Blasche <alexander.blasche@qt.io>2020-04-29 13:36:40 +0200
commit6de540639f3148769f851340c6d9513c28fa0eb5 (patch)
treee7d4f63bfdbafdf96733968f081b7e8cf8c3f2d9 /dist
parent35fe7d452d5b85eabe1c3ec9d09019fe4f3e2d2e (diff)
Add changes file for Qt 5.15.0
+ 75bb24bf9efc771d8462a3ee69ace6b398f8515f Bump version + ae018d2832191e34ac90048931b66280fab64f93 Rename qlowenergycontroller_p... to qlowenergycontroller_dummy + fe55e2de44bcd2bb56d864ba94bbd9a5e5df722e Remove usage of PRIVATE_ and PUBLIC_HEADERS + 1a32211d8df7b0f06c75707b1bec029f48789d16 imports/nfc.pro: Remove QDeclarativeNearFieldSocket + 6a31d209fdf707a36b96ea6163742af0edcac563 examples/nfc/poster: Remove empty "icons" prefix + d74b56ac4bf88baa030e786bfa41a50c02de0a25 QBluetoothSocket(macOS) - fix _q_writeNotify's invocation + d7c9ef9f3f4ddc6b7578a0da41532c210f208f5b QBluetoothDeviceInfo: Use a QMultiHash internally + 44f9f5a52f0c4a2ea3bc3a5b75f2ec0829f6ee95 QNearFieldTarget: Fix deprecation warning + 96cf13fe8e89f89247ed10c86521072da5d9ca40 QLowEnergyController/Windows: Fix warning about ignored qualifiers + 767947bd8633d301ca3183b49f8096e30c30d180 QBluetoothDeviceDiscoveryAgent/Windows: Fix deprecation warnings + ddbba380be9b92606898aca7452f723c249da75e Update plugins.qmltypes for 5.15 + 6857c4b509cae7112aa9ead02ac8c418cf53d1cc Use Qt::SplitBehavior in preference to QString::SplitBehavior Change-Id: I854e42b3d4dc4d5ae0df9a22a2dfac45f5a14a60 Reviewed-by: Alex Blasche <alexander.blasche@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.15.025
1 files changed, 25 insertions, 0 deletions
diff --git a/dist/changes-5.15.0 b/dist/changes-5.15.0
new file mode 100644
index 00000000..2fa22be5
--- /dev/null
+++ b/dist/changes-5.15.0
@@ -0,0 +1,25 @@
+Qt 5.15 introduces many new features and improvements as well as bugfixes
+over the 5.14.x series. 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.15 series is binary compatible with the 5.14.x series.
+Applications compiled for 5.14 will continue to run with 5.15.
+
+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.
+
+****************************************************************************
+* QtBluetooth *
+****************************************************************************
+
+ - On macOS, fixed missing writeNotify notifications in QBluetoothSocket.
+
+ - Fixed several deprecation warnings introduced by changes in other Qt modules.
+