summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-01-10 18:52:38 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-13 08:30:10 +0100
commite6eb64c198db9b6c31ad8ad5124a677d70fbcabb (patch)
treed27af4caeb0576ac2cbdc90c78a5c18e45b89482
parent9aa2031c487583b1b92681d0575f51fe3377cc8b (diff)
downloadqtlocation-e6eb64c198db9b6c31ad8ad5124a677d70fbcabb.tar.gz
Add 5.2.1 change log
Change-Id: I83dce160ed57ec7a567c815a98cf17fc160a3b2d Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
-rw-r--r--dist/changes-5.2.163
1 files changed, 63 insertions, 0 deletions
diff --git a/dist/changes-5.2.1 b/dist/changes-5.2.1
new file mode 100644
index 00000000..28ba3bca
--- /dev/null
+++ b/dist/changes-5.2.1
@@ -0,0 +1,63 @@
+Qt 5.2.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.2.0.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+ http://qt-project.org/doc/qt-5.2/
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+ http://bugreports.qt-project.org/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+
+****************************************************************************
+* General *
+****************************************************************************
+
+General Improvements
+--------------------
+
+ - [QTBUG-34910]
+ * Fix too long weather status string in weatherinfo example (UI change).
+
+ - Fix make install rules for all examples.
+
+ - declarative_core unit test was fixed and re-enabled.
+
+Third party components
+----------------------
+
+****************************************************************************
+* Important Behavior Changes *
+****************************************************************************
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+QtPositioning
+------
+
+ - [QTBUG-33220]
+ * Removes QtQml dependency from QtPositioning.
+
+****************************************************************************
+* Platform Specific Changes *
+****************************************************************************
+
+****************************************************************************
+* Plugin Specific Changes *
+****************************************************************************
+
+GeoClue
+------
+
+ - Delay satellite provider until requested.
+ - Sets the default preferred positioning method to AllPositioningMethods.
+ - Fix for incorrect accuracy values reported by the plug-in.
+