1Qt 5.12.1 is a bug-fix release. It maintains both forward and backward 2compatibility (source and binary) with Qt 5.12.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.12 series is binary compatible with the 5.11.x series. 10Applications compiled for 5.11 will continue to run with 5.12. 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* QtLocation * 22**************************************************************************** 23 24 25 - Exposed support for chinese maps in the MapboxGL plugin. 26 - Fixed unstable rotation gesture on some platforms. 27 - [QTBUG-71607] Fixed MapPolyline drawing incorrectly at high zoom levels. 28 - [QTBUG-71607] Fixed missing geometry update when changing map items 29 border width. 30 - [QTBUG-71264] Fixed MapItemView removing wrong indices on model changes. 31 - Added QAbstractNavigator::setTrackPosition. 32 - [QTBUG-70254] Improved the initialization behavior of CategoryModel. 33 - [QTBUG-69512] Fixed compilation with GCC < 5.0. 34 - [QTBUG-72180] Fixed a regression in error handling inside 35 QGeoServiceProvider. 36 - [QTBUG-72462] Introduced a plugin parameter to decide U-Turn direction. 37 - Fixed MapItemView attempting to instantiate items when map not set. 38 39**************************************************************************** 40* QtPositioning * 41**************************************************************************** 42 43 - [QTBUG-72291] Fixed horizontal accuracy comparison for competing position 44 results. 45 - [QTBUG-62682][QTBUG-68331] Enabled QVariant::save for QGeoCoordinate. 46 - Registered QGeoCoordinate debug streaming operator 47 48 - [QTBUG-64689] Android: Implemented collection of vertical accuracy data. 49 - [QTBUG-66427] Android: Fixed 50 QGeoPositionInfoSource::supportedPositioningMethods(). 51 52 - WinRT: Fixed setting of verticalAccuracy. 53 - [QTBUG-71194] WinRT: Made sure that Co(Un)Initialize is called. 54 - WinRT: Added categorized logging. 55 - WinRT: Fixed namespaced builds 56 - WinRT: Implemented minimumUpdateInterval. 57