1Qt 5.6.2 is a bug-fix release. It maintains both forward and backward
2compatibility (source and binary) with Qt 5.6.0.
3
4For more details, refer to the online documentation included in this
5distribution. The documentation is also available online:
6
7  http://doc.qt.io/qt-5/index.html
8
9The Qt version 5.6 series is binary compatible with the 5.5.x series.
10Applications compiled for 5.5 will continue to run with 5.6.
11
12Some of the changes listed in this file include issue tracking numbers
13corresponding to tasks in the Qt Bug Tracker:
14
15  https://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*                           Library                                        *
22****************************************************************************
23
24QtLocation
25----------
26
27  - Fixed autotests containing bugs not showing in the tests
28  - [QTBUG-31797][QTBUG-53455] Fixed the QtLocation autotest framework by
29    replacing waitForRendering() with waitForPolished()
30  - Disabled explicit example installation
31  - [QTBUG-52514] Fixed QML Map not working with repeaters
32  - [QTBUG-53128] Fixed QML Map items not updating on window resize
33  - [QTBUG-52075] Fixed QML Map items losing focus during fast dragging
34  - [QTBUG-52301] Prevented flickering upon MapItemView's model reset
35  - [QTBUG-54141] Fixed QML Map setVisibleRegion failing in some cases
36  - Fixed a potential memory leak in QGeoTiledMappingManagerEngine
37  - [QTBUG-19929] Prevented generating MapCircles with invalid radius
38  - [QTBUG-54599] Added support for fetching OSM provider information from
39    a remote repository
40  - [QTBUG-54337] Fixed bounding calculation for QGeoCircle
41  - Added a minimal QML Map usage example
42  - Added support for dynamically remove unavailable providers from the OSM
43    plugin
44  - [QTBUG-55081] Fixed accessing MapPolyline before it is added to a Map
45  - [QTBUG-54964] Fixed invisible copyright notice on Android using Holo theme
46  - Improved macOS documentation
47  - Fixed the geocoding in the MapViewer example
48  - [QTBUG-55371] Fixed OSM plugin geocoding feature
49
50QtPositioning
51-------------
52
53  - [QTBUG-54026] Reduced Android minimum update interval
54  - Improved Android 5.0+ compatibility
55
56