1Qt 5.6.1 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.6/ 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 http://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 - Improved the example and class documentation 28 - Consolidated various qmake project files across the module 29 - [QTBUG-51541] Fixed compile issue on linux/gcc-4.8 when using C++98 30 - Improved compression rate of various screenshots throughout the documentation 31 32QtPositioning 33------------- 34 35 - [QTBUG-38802] Added default capability (location) for WinRT 36 - [QTBUG-53059] Fixed crash on iOS/OS X due to incorrectly initialized member 37 variable in the positioning backend 38 39