From 83e59fedc5099168c4c1682f63b0e49a2ba61a22 Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Wed, 9 Jan 2019 10:09:42 +0200 Subject: Add changes file for Qt 5.12.1 + 6ad68d73e4f9c00af6cc030a168458acb7b69b50 Android: Implement calibrationLevel for QCompassReading + a4c3631b0bb895b854305ecf2a4632dc949ef2d3 Bump version + 0dab0ff3d33292bc1647ebb68dbeb8556707b5ad Add changes file for Qt 5.11.3 + f0c13a29a023c3ab42e4a514eea52585896c1c9e add missing QT_BEGIN_NAMESPACE and QT_END_NAMESPACE + 35b13ece98cedd6525e24d0bcd98825a7f4e32b3 Update plugins.qmltypes + 39363099d837c40363aa2c853a7435204edd475a Binary compatibility file for QtSensors for Qt 5.12 + 450f932762eef448081a22e98fa93a191bd9a804 Bump version Change-Id: Ife8e4d3f2c04bbe5054493f2c884a4688a8a534f Reviewed-by: Andy Shaw --- dist/changes-5.12.1 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dist/changes-5.12.1 diff --git a/dist/changes-5.12.1 b/dist/changes-5.12.1 new file mode 100644 index 0000000..9743481 --- /dev/null +++ b/dist/changes-5.12.1 @@ -0,0 +1,26 @@ +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. + +**************************************************************************** +* Platform Specific Changes * +**************************************************************************** + + - Android: + * QCompassReading::calibrationLevel now returns a valid value when + possible. -- cgit v1.2.1