summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-09-23 12:29:49 +0200
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2015-09-23 13:18:09 +0000
commit63b118c7da215d994e1695797fd44c2ad35298c3 (patch)
tree4cd48f85cd605cbaac37d43bd36e2fd14e57f6da /dist
parentd1c91515ef0ad4208c41a4052f92bfb817333aca (diff)
Add changelog for QtLocation & QtPositioning 5.5.1 releasev5.5.1
Change-Id: I73749febdd25ab00103b386c204cee21c263b13f Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.5.154
1 files changed, 54 insertions, 0 deletions
diff --git a/dist/changes-5.5.1 b/dist/changes-5.5.1
new file mode 100644
index 00000000..8b2ce351
--- /dev/null
+++ b/dist/changes-5.5.1
@@ -0,0 +1,54 @@
+Qt 5.5.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.5.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.5/
+
+The Qt version 5.5 series is binary compatible with the 5.4.x series.
+Applications compiled for 5.4 will continue to run with 5.5.
+
+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 *
+****************************************************************************
+
+QtLocation
+-----------
+
+ - Fixed change signal emission for Map.activeMapType property.
+ - Improved places-list and places-map examples.
+ - [QTBUG-47188] Fixed incorrect naming of OSM plugin's parameter.
+ The documentation mandates the osm prefix which was not used in
+ the case of the geocoding.host, useragent and routing.host parameters.
+ The required osm.places.host parameter was not handled at all.
+ - [QTBUG-47322] Added support for zoom level 19 to OSM plugin.
+ - Fixed an issue where the incorrect prefetch algorithm was used for map
+ tile fetching.
+
+QtPositioning
+-------------
+
+ - Improved minor documentation issues.
+
+****************************************************************************
+* Platform Specific Changes *
+****************************************************************************
+
+Windows
+-------
+
+ - Added missing QtQuick.Controls import to mapviewer example.
+
+Linux/gcc
+---------
+
+ - [QTBUG-47427] Fixed compile issue in geoclue plugin when using gcc 4.5.