summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-06-09 11:15:32 +0200
committerLiang Qi <liang.qi@qt.io>2016-06-09 11:15:32 +0200
commitf1f876b353446ebb271d167482f5e0414f88e10f (patch)
tree9488ef25052eefbca7c56525e3fb45c60aa1c5a8
parent07b9d583273b8e3aa5712eac9d06b74ddb927db3 (diff)
parent2bdeea286037e5ea0d8ba0d2ad59bdf1eaae1054 (diff)
downloadqtlocation-f1f876b353446ebb271d167482f5e0414f88e10f.tar.gz
Merge remote-tracking branch 'origin/5.6.1' into 5.6
Change-Id: If8b85643cdf6957afde44e8eeee8f5ad06083928
-rw-r--r--dist/changes-5.6.138
1 files changed, 38 insertions, 0 deletions
diff --git a/dist/changes-5.6.1 b/dist/changes-5.6.1
new file mode 100644
index 00000000..cd579b6a
--- /dev/null
+++ b/dist/changes-5.6.1
@@ -0,0 +1,38 @@
+Qt 5.6.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.6.0.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+ http://doc.qt.io/qt-5.6/
+
+The Qt version 5.6 series is binary compatible with the 5.5.x series.
+Applications compiled for 5.5 will continue to run with 5.6.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+ http://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+QtLocation
+----------
+
+ - Improved the example and class documentation
+ - Consolidated various qmake project files across the module
+ - [QTBUG-51541] Fixed compile issue on linux/gcc-4.8 when using C++98
+ - Improved compression rate of various screenshots throughout the documentation
+
+QtPositioning
+-------------
+
+ - [QTBUG-38802] Added default capability (location) for WinRT
+ - [QTBUG-53059] Fixed crash on iOS/OS X due to incorrectly initialized member
+ variable in the positioning backend
+