summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.13.235
-rw-r--r--dist/changes-5.14.053
-rw-r--r--dist/changes-5.14.125
-rw-r--r--dist/changes-5.14.249
-rw-r--r--dist/changes-5.15.025
-rw-r--r--dist/changes-5.15.120
-rw-r--r--dist/changes-5.15.224
7 files changed, 231 insertions, 0 deletions
diff --git a/dist/changes-5.13.2 b/dist/changes-5.13.2
new file mode 100644
index 00000000..22c4b3f5
--- /dev/null
+++ b/dist/changes-5.13.2
@@ -0,0 +1,35 @@
+Qt 5.13.2 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.13.0 through 5.13.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.13 series is binary compatible with the 5.12.x series.
+Applications compiled for 5.12 will continue to run with 5.13.
+
+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.13.2 Changes *
+****************************************************************************
+
+QtBluetooth
+-----------
+
+ - [QTQAINFRA-2139] Fixed QMutex related compile error when using clang on
+ Windows.
+
+ - [QTBUG-78201] Fixed a case where an existing descriptor was not discovered
+ during the service discovery due to not being readable. This issue happened
+ on Android.
+
+ - Fixed a few minor documentation issues.
+
diff --git a/dist/changes-5.14.0 b/dist/changes-5.14.0
new file mode 100644
index 00000000..68bd528b
--- /dev/null
+++ b/dist/changes-5.14.0
@@ -0,0 +1,53 @@
+Qt 5.14 introduces many new features and improvements as well as bugfixes
+over the 5.13.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.14 series is binary compatible with the 5.13.x series.
+Applications compiled for 5.13 will continue to run with 5.14.
+
+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.
+
+****************************************************************************
+* Android *
+****************************************************************************
+
+ - [QTBUG-67482] Ported Bluetooth device scanning API to BluetoothLeScanner
+ API. This API will be used on Android SDK v21+.
+
+ - [QTBUG-69615] Fixed classic device discovery problems on Android. Newer
+ Android versions (9+) require Location permission for classic device
+ discovery.
+
+****************************************************************************
+* QtBluetooth *
+****************************************************************************
+
+ - Added possibility to build win32 backend which also works on Windows 7.
+
+ - Deprecated QBluetoothServiceInfo::DataComplete.
+
+ - Signficant refactoring of the Apple platform Bluetooth code to bring it
+ closer to all other code lines. Previously the macOS and iOS code was very
+ distinct which caused duplicated code lines.
+
+ - Proved the examples for HighDPI use cases.
+
+ - Added QLowEnergyController::Authorization enum value.
+
+ - [QTBUG-76615] Added the ability to support multiple manufacturer data
+ entries per QBluetoothDeviceInfo instance. This is of relevance when dealing
+ with BluetoothDeviceDiscoveryAgent::deviceUpdated() signals.
+
+ - [QTBUG77390] Reduced likelyhood of blocking the main event loop on Linux when
+ doing a device scan.
+
+ - [BlueZ] [QTBUG-63019] Added QLowEnergyController::createCentral with
+ locale device overload.
diff --git a/dist/changes-5.14.1 b/dist/changes-5.14.1
new file mode 100644
index 00000000..be79e803
--- /dev/null
+++ b/dist/changes-5.14.1
@@ -0,0 +1,25 @@
+Qt 5.14.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.14.0.
+
+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.14 series is binary compatible with the 5.13.x series.
+Applications compiled for 5.13 will continue to run with 5.14.
+
+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 *
+****************************************************************************
+
+ - BlueZ-DBus:
+ * Invalidate btle service when it has disappeared
diff --git a/dist/changes-5.14.2 b/dist/changes-5.14.2
new file mode 100644
index 00000000..4b0fa8a8
--- /dev/null
+++ b/dist/changes-5.14.2
@@ -0,0 +1,49 @@
+Qt 5.14.2 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.14.0 through 5.14.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.14 series is binary compatible with the 5.13.x series.
+Applications compiled for 5.13 will continue to run with 5.14.
+
+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 *
+****************************************************************************
+
+ - Windows:
+ * [QTBUG-80770] Fixed service state (DiscoveryRequired) when service
+ detail discovery fails.
+ * [QTBUG-81827] Avoid possible lock when calling
+ QBluetoothServer::hasPendingConnections.
+ - Android:
+ * Fixed the missing QLowEnergyService::error() signal emission if the
+ error was detected on the Java side. This probably cut 50% of all
+ errors out.
+ * Fixed runtime exception that happened when calling "stopLeScan" when
+ device's Bluetooth adapter is turned off.
+ * [QTBUG-81875] Fixed QBluetoothDeviceDiscoveryAgent with Android API 29.
+ * Fixed race condition where incoming and outgoing Low Energy requests
+ could overwrite each others payload.
+ - Linux:
+ * [QTBUG-81696] Added support for characteristic Write Without Response
+ requests when using BlueZ 5.50 or later.
+
+****************************************************************************
+* QtNFC *
+****************************************************************************
+
+ - Android:
+ * Fixed case when QNearFieldTarget::waitForRequestCompleted() did not stop
+ early (caused overly long timeout case) despite QNearFieldTarget::sendCommand()
+ having failed already.
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.
+
diff --git a/dist/changes-5.15.1 b/dist/changes-5.15.1
new file mode 100644
index 00000000..332ee9d1
--- /dev/null
+++ b/dist/changes-5.15.1
@@ -0,0 +1,20 @@
+Qt 5.15.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.15.0.
+
+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.
+
+ - This release contains only minor code improvements.
diff --git a/dist/changes-5.15.2 b/dist/changes-5.15.2
new file mode 100644
index 00000000..904e0eab
--- /dev/null
+++ b/dist/changes-5.15.2
@@ -0,0 +1,24 @@
+Qt 5.15.2 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.15.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.15/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.
+
+****************************************************************************
+* Qt 5.15.2 *
+****************************************************************************
+
+This release only contains minor changes.