summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2014-11-13 16:34:30 +0100
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2014-11-17 20:46:13 +0100
commite0dab1c7341d24012018fefc3f3e89929cdb3afe (patch)
tree449f2c703c1e74d3bb0cb9f9fa4797c64f136222 /dist
parent87c354205d9ccd4c2e12fe974695876fd562b77a (diff)
downloadqtlocation-e0dab1c7341d24012018fefc3f3e89929cdb3afe.tar.gz
Add changelog for Qt 5.4.0 releasev5.4.0-rc1
Change-Id: I4828f4d3d66dd4f6739388d10e91395ed951f3b5 Reviewed-by: Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.4.054
1 files changed, 54 insertions, 0 deletions
diff --git a/dist/changes-5.4.0 b/dist/changes-5.4.0
new file mode 100644
index 00000000..3a147662
--- /dev/null
+++ b/dist/changes-5.4.0
@@ -0,0 +1,54 @@
+Qt 5.4 introduces many new features and improvements as well as bugfixes
+over the 5.3.x series. 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.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-project.org/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+QtPositioning
+-------------
+
+ - Position:
+ * [QTBUG-39547] Added magneticVariation and magneticVariationValid
+ property to the QML Position type.
+
+ - General:
+ * Weatherinfo end Flickr example improved.
+
+ - QGeoCircle:
+ * [QTBUG-41447] Fixed contains() when rounding errors occur
+
+ - QGeoCoordinate:
+ * [QTBUG-41739] Fixed toString() output in cases when rounding
+ of longitude/latitude is necessary.
+
+****************************************************************************
+* Platform Specific Changes *
+****************************************************************************
+
+Android
+-------
+
+ - [QTBUG-41873] Fixed wrong initialization of QGeoPositionInfoSource::error()
+ after class instantiation.
+
+iOS
+---
+
+ - [QTBUG-41827] Fixed position retrieval on iOS 8. This was required due
+ to the new authorization scheme in CLLocationManager.
+