1Qt 5.9.2 is a bug-fix release. It maintains both forward and backward
2compatibility (source and binary) with Qt 5.9.0.
3
4For more details, refer to the online documentation included in this
5distribution. The documentation is also available online:
6
7http://doc.qt.io/qt-5/index.html
8
9The Qt version 5.9 series is binary compatible with the 5.8.x series.
10Applications compiled for 5.8 will continue to run with 5.9.
11
12Some of the changes listed in this file include issue tracking numbers
13corresponding to tasks in the Qt Bug Tracker:
14
15https://bugreports.qt.io/
16
17Each of these identifiers can be entered in the bug tracker to obtain more
18information about a particular change.
19
20****************************************************************************
21*                               Qt 5.9.2 Changes                           *
22****************************************************************************
23
24QtLocation
25----------
26 - [QTBUG-61070] mapQuickItems aren't drawn any longer if coordinate is invalid
27 - [QTBUG-61813] Fixed Map.toCoordinate always clamping y values to 0
28 - [QTBUG-61727] Fixed dragging items out of map bounds
29 - [QTBUG-62098] Fixed plugins build dependency
30 - [QTBUG-62122] Fixed potential memleak on QDeclarativeGeoMap destruction
31 - [QTBUG-62154] Fixed MapCircle artifacts with small radiuses
32 - Restored usage of setProperty on Map.fitViewportToGeoShape
33 - [QTBUG-57690] Fixed visible region computation in QGeoProjectionWebMercator
34 - Fixed QDeclarativeGeoMap::populateMap duplicating items
35 - Fixed GeocodeModel not autoUpdating if plugin attaches late
36 - [QTBUG-62075] Fixed PluginParameter not working with script as property values
37 - Added a configure feature for each geoservice plugin
38 - Fixed file tile cache not honoring disk cache size of 0
39 - [QTBUG-63124] Fixed wrong clipper dependency due to incorrect qmake syntax
40 - [QTBUG-63251] Fixed Map.fromCoordinate returning wrong values during tilting
41
42 - OSM
43   * [QTBUG-61637] Fixed OSM plugin not working with providersrepository.disabled = true
44   * [QTBUG-63033] Fixed disabling redirection for providers that have no local fallback
45
46 - MapboxGL:
47   * [QTBUG-61442] Fixed MapParameter dynamic usage
48   * [QTBUG-62454] Bumped Mapbox GL to v1.1.0 to prevent a crash
49   * [QTBUG-62861] Fixed broken native text rendering with Mapbox GL plugin
50   * [QTBUG-58869] Fixed Mapbox GL not rendering circles natively
51   * Fixed Mapbox GL plugin not respecting MapItem visibility and opacity
52
53
54QtPositioning
55-------------
56 - [QTBUG-62778] Fixed PositionSource never turning active on Android in some cases
57