summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2016-05-18 15:22:02 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2016-05-20 06:00:20 +0000
commit2bdeea286037e5ea0d8ba0d2ad59bdf1eaae1054 (patch)
treeedae2819338e1af27653d00aa6814e61e8e03cd5
parent95aba99a384728c9deaa349929508bcafb898505 (diff)
downloadqtlocation-5.6.1.tar.gz
Add change log for Qt 5.6.1 releasev5.6.1-1v5.6.15.6.1
Change-Id: I44b002342d6e147b43885151d88cb2e9e59af8e3 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
-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
+