1Qt 5.3.2 is a bug-fix release. It maintains both forward and backward 2compatibility (source and binary) with Qt 5.3.0 and Qt 5.3.1. 3 4For more details, refer to the online documentation included in this 5distribution. The documentation is also available online: 6 7 http://qt-project.org/doc/qt-5.3 8 9The Qt version 5.3 series is binary compatible with the 5.2.x series. 10Applications compiled for 5.2 will continue to run with 5.3. 11 12Some of the changes listed in this file include issue tracking numbers 13corresponding to tasks in the Qt Bug Tracker: 14 15 http://bugreports.qt-project.org/ 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 24QtPositioning 25------------- 26 27 - [QTBUG-39843] [iOS] Fixed link error of positioncl and positionpoll 28 plug-in. 29 30 - [QTBUG-40198] Fixed symbol clash between sensor and position plug-in. 31 This happened when using static builds of Qt (e.g. on iOS) and the 32 application used QtSensors and QtPositioning at the same time. 33 34 - Improved weatherinfo example to not hang on the "Loading weather data" 35 screen if the current QGeoPositionInfoSource instance returned an error 36 during its startup. 37 38**************************************************************************** 39* Platform Specific Changes * 40**************************************************************************** 41 42[iOS] 43 44 - [QTBUG-38300] Fixed wrong value of QGeoPositionInfo attributes if those 45 attributes were not provided by the platforms CoreLocation framework. 46 47[Linux] 48 49 - [QTBUG-40425] Fixed missing error report when failing to connect to GeoClue. 50 51