diff options
author | Liang Qi <liang.qi@theqtcompany.com> | 2015-10-28 09:32:16 +0100 |
---|---|---|
committer | Liang Qi <liang.qi@theqtcompany.com> | 2015-10-28 09:32:17 +0100 |
commit | 1fd85dd9426b65198b396c686edd42e42d5b8149 (patch) | |
tree | f4af956465df716cd3863fcb9fcd24973c038aef | |
parent | 485f54682ae9447a15bb5c0a11993807c5aea186 (diff) | |
parent | 63b118c7da215d994e1695797fd44c2ad35298c3 (diff) | |
download | qtlocation-1fd85dd9426b65198b396c686edd42e42d5b8149.tar.gz |
Merge remote-tracking branch 'origin/5.5' into 5.6
Change-Id: I6ba40d6baf02c6c63258abc958187d0000bce31e
-rw-r--r-- | dist/changes-5.5.1 | 54 |
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. |