Add changes file for Qt 5.12.1
+d1cf8dad0eBump version +4821972696qbluetoothlocaldevice_p.cpp: Make sure d_ptr is initialized +29d0ef9692winrt: Document necessity of pairing devices before discovery +d55434e4e3winrt: Clarify situation of ServiceClassIds and ProtocolDescriptorList +f61b280314winrt: Small code cleanup +60863d840eAndroid: Emit deviceDiscovered before deviceUpdated +a88d0ea41eFix compilation with gcc 4.8 +0a4366a16dQQmlNdefRecord: port to QRegularExpression +65bea2ce74Prepare tst_qnearfieldmanager for configurations with builtin_testdata +b3b387698eqnearfieldmanager_emulator: Use Q_GLOBAL_STATIC for tag activator +9c7085322fPrepare tst_qnearfieldtagtype2 for configurations with builtin_testdata +4af2d432a0Prepare tst_qnearfieldtagtype1 for configurations with builtin_testdata +11c2589a51Bump version +4a6999d8f8Fix use of the wrong constant: m_maximum should be INT_MAX +9f5c8e5253GCD timer - refactor and fix warnings +04084404baAdd binary compatibility files for Qt 5.12 for QtConnectivity +db0f1f7ab0Fix broken timeout handling in osxbtcentral manager +e9967647ffCoreBluetooth - fix warnings ('-Wobjc-interface-ivars') +fb03b1e921Add missing dbus registrations and change documentation +99b308ab54Bump version Change-Id: Id0ab97122b779130383b6ef05076c437c1cbf28a Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
This commit is contained in:
parent
1b4bf7b4e8
commit
736d3e14bb
|
|
@ -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.
|
||||||
Loading…
Reference in New Issue