1Qt 5.2.1 is a bug-fix release. It maintains both forward and backward
2compatibility (source and binary) with Qt 5.2.0.
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.2
8
9The Qt version 5.2 series is binary compatible with the 5.1.x series.
10Applications compiled for 5.1 will continue to run with 5.2.
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*                           General                                        *
22****************************************************************************
23
24General Improvements
25--------------------
26
27 - [QTBUG-34910] Fixed too long weather status string in weatherinfo
28   example (UI change).
29 - [QTBUG-36187] Byte order marker removed from positionpoll plugin
30   which caused compile errors on some older compilers.
31 - Fixed make install rules for all examples.
32 - declarative_core unit test was fixed and re-enabled.
33
34****************************************************************************
35*                          Library                                         *
36****************************************************************************
37
38QtPositioning
39-------------
40
41 - [QTBUG-33220] Removed QtQml dependency from QtPositioning.
42
43****************************************************************************
44*                       Plugin Specific Changes                            *
45****************************************************************************
46
47GeoClue
48-------
49
50  - Delay satellite provider until requested.
51  - Sets the default preferred positioning method to AllPositioningMethods.
52  - Fix for incorrect accuracy values reported by the plug-in.
53
54