summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2019-01-09 10:09:42 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2019-01-17 09:56:51 +0000
commit736d3e14bbf28c90ff51c017ceea6c2bc0c7698d (patch)
treef12f65b9826daebc21a5a20c2402912c5d6893bf
parent1b4bf7b4e82f5f320da9f78ef4c23a3330c41737 (diff)
Add changes file for Qt 5.12.1v5.12.1
+ d1cf8dad0e6d8d08b5c6f2f08d85a0e75b0bcf8a Bump version + 4821972696716f988b4b92f22a9a552be15c5401 qbluetoothlocaldevice_p.cpp: Make sure d_ptr is initialized + 29d0ef969273576792abfe0c76cc14df51d97e6b winrt: Document necessity of pairing devices before discovery + d55434e4e36132d0c09107f22323b02cd1dff3a9 winrt: Clarify situation of ServiceClassIds and ProtocolDescriptorList + f61b2803146aba90ec0084c12ef1a356eb5f062f winrt: Small code cleanup + 60863d840e5ed256bafddc2c98067dd28166df07 Android: Emit deviceDiscovered before deviceUpdated + a88d0ea41e5aab406e9d465a5165fc16fb9ca9fb Fix compilation with gcc 4.8 + 0a4366a16dfda251a4c2edf619f846cde8ad9f8a QQmlNdefRecord: port to QRegularExpression + 65bea2ce743d628773591793d35f2048fda5820a Prepare tst_qnearfieldmanager for configurations with builtin_testdata + b3b387698e8f685e8bd4f4843a170da40e17249b qnearfieldmanager_emulator: Use Q_GLOBAL_STATIC for tag activator + 9c7085322f8516f39df16094d2c5f12bbf129526 Prepare tst_qnearfieldtagtype2 for configurations with builtin_testdata + 4af2d432a08a17c741bd01d9a1517b2f17657291 Prepare tst_qnearfieldtagtype1 for configurations with builtin_testdata + 11c2589a51297324b6ed3320560c606bfbb051be Bump version + 4a6999d8f8ab2eefac53ebcde85a448d2b466d52 Fix use of the wrong constant: m_maximum should be INT_MAX + 9f5c8e5253a742d148f713dcbb137ba26ffa4089 GCD timer - refactor and fix warnings + 04084404ba35a6add235e110944b93c31eda9010 Add binary compatibility files for Qt 5.12 for QtConnectivity + db0f1f7ab0892c84744608e073fc99999ef28fdd Fix broken timeout handling in osxbtcentral manager + e9967647ffe20df0473a1fa9eb10957b4e32fbf3 CoreBluetooth - fix warnings ('-Wobjc-interface-ivars') + fb03b1e921e641a106722f8f3d59861ce7e6789e Add missing dbus registrations and change documentation + 99b308ab5488e5cfa77f5078eebc2fa9387217b8 Bump version Change-Id: Id0ab97122b779130383b6ef05076c437c1cbf28a Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--dist/changes-5.12.156
1 files changed, 56 insertions, 0 deletions
diff --git a/dist/changes-5.12.1 b/dist/changes-5.12.1
new file mode 100644
index 00000000..418855ae
--- /dev/null
+++ b/dist/changes-5.12.1
@@ -0,0 +1,56 @@
+Qt 5.12.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.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.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.1 Changes *
+****************************************************************************
+
+QtBluetooth
+-----------
+
+ - Added various documentation clarifications.
+ - Fixed issue when compiling qbluetoothsocket.h header via gcc 4.8
+
+****************************************************************************
+* Platform Specific Changes *
+****************************************************************************
+
+Android
+-------
+
+ - [QTBUG-46008] Fixed wrong order emitting
+ QBluetoothDeviceDiscoveryAgent::deviceUpdated() & deviceDiscovered() signals.
+
+iOS/macOS
+---------
+
+ - [QTBUG-72487] Addressed inability to run several LE service detail discoveries
+ concurrently.
+
+Linux/BlueZ
+-----------
+
+ - [QTBUG-72742] Added missing dbus registration for an unexpected way of
+ using QBluetoothSocket.
+
+WinRT/UWP
+---------
+
+ - [QTBUG-67090] Fixed WinRT port not working with heartrate-game example.
+ - Added several fixes to unit tests enabling them to be run by Qt CI on WinRT.