summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-02-10 10:35:45 +0100
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-02-10 10:35:45 +0100
commit121d01f4eddbe57208083a66701315fc2fc977da (patch)
treeca249e219d03a7b0dae2741cf0dbd28a07969548
parenta951d6caf120f14dfcde25566158768d759e07d7 (diff)
parent2abe02fb8dd6b33eb5f891789217bf9de283331e (diff)
Merge remote-tracking branch 'origin/5.4.1' into 5.4
-rw-r--r--dist/changes-5.4.139
1 files changed, 39 insertions, 0 deletions
diff --git a/dist/changes-5.4.1 b/dist/changes-5.4.1
new file mode 100644
index 00000000..97380ade
--- /dev/null
+++ b/dist/changes-5.4.1
@@ -0,0 +1,39 @@
+Qt 5.4.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.4.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.4
+
+The Qt version 5.4 series is binary compatible with the 5.3.x series.
+Applications compiled for 5.3 will continue to run with 5.4.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+ http://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+QtSensors
+-----------
+
+ - General:
+ * Fixed minor documentation issues.
+
+****************************************************************************
+* Platform Specific Changes *
+****************************************************************************
+
+Linux
+-----
+
+ - [QTBUG-39475] Changed loading of dummy sensor plug-in. The dummy plug-in
+ is no longer needed on Linux as the generic and Linux specific sensor
+ can be used.