summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.7.0
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-08-02 10:31:22 +0200
committerLiang Qi <liang.qi@qt.io>2016-08-02 10:31:22 +0200
commitb421290b67507cfe125db206f378fc1b38eaae4e (patch)
treec3545d82d65b3b207e80446013f0499ddf0617f8 /dist/changes-5.7.0
parent614326721259f1424981444ec84b6b9f4d6400ef (diff)
parentbeac0b2e3ea4b292f0473c00bcf68d75360f89ef (diff)
Merge remote-tracking branch 'origin/5.7' into dev
Conflicts: .qmake.conf Change-Id: I4be6cbe9e4ac981f46b3c45d271cac5c7fc677cb
Diffstat (limited to 'dist/changes-5.7.0')
-rw-r--r--dist/changes-5.7.042
1 files changed, 42 insertions, 0 deletions
diff --git a/dist/changes-5.7.0 b/dist/changes-5.7.0
new file mode 100644
index 00000000..79a8a748
--- /dev/null
+++ b/dist/changes-5.7.0
@@ -0,0 +1,42 @@
+Qt 5.7 introduces many new features and improvements as well as bugfixes
+over the 5.6.x series. Also, there is a change in the licensing terms.
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+ http://doc.qt.io/qt-5/index.html
+
+The Qt version 5.7 series is binary compatible with the 5.6.x series.
+Applications compiled for 5.6 will continue to run with 5.7.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+ https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* Important License Changes *
+****************************************************************************
+
+ This module is no longer available under LGPLv2.1. The libraries are
+ now available under the following licenses:
+ * Commercial License
+ * GNU General Public License v2.0 (LICENSE.GPL2) and later
+ * GNU Lesser General Public License v3.0 (LICENSE.LGPL3)
+
+ The tools are now available under the following licenses:
+ * Commercial License
+ * GNU General Public License 3.0 (LICENSE.GPL3) with exceptions
+ described in The Qt Company GPL Exception 1.0 (LICENSE.GPL3-EXCEPT)
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+QtSensors
+---------
+
+ - Added support for iio-sensor-proxy. For more details see
+ https://github.com/hadess/iio-sensor-proxy.