summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-01-09 10:09:42 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2019-01-09 18:49:21 +0000
commit83e59fedc5099168c4c1682f63b0e49a2ba61a22 (patch)
treeaeabd0324f4e588642ad6288eea642b3933eccac
parent72d07cd0eb9aa6f1b5dc5ce9542d96191b2466a2 (diff)
Add changes file for Qt 5.12.1v5.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 <andy.shaw@qt.io>
-rw-r--r--dist/changes-5.12.126
1 files changed, 26 insertions, 0 deletions
diff --git a/dist/changes-5.12.1 b/dist/changes-5.12.1
new file mode 100644
index 00000000..9743481a
--- /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.