summaryrefslogtreecommitdiff
path: root/dist/changes-5.7.0
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-08-02 11:31:25 +0200
committerLiang Qi <liang.qi@qt.io>2016-08-02 11:31:25 +0200
commit643447cca3703f3473e0d21bf18e20fa382bc07a (patch)
treeb939d28cd018ec74b710c512fae7ddf5ab2cece4 /dist/changes-5.7.0
parente3e54002f113f32c038dae8cc3341572902de49b (diff)
parent30b0e73404e7638fdf802990e81b98143f45c34f (diff)
downloadqtx11extras-643447cca3703f3473e0d21bf18e20fa382bc07a.tar.gz
Merge remote-tracking branch 'origin/5.7' into dev
Conflicts: .qmake.conf Change-Id: I4752ddb590f0389bda606dfd7478cf9d26b2199c
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 0000000..1e8f917
--- /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:
+
+ https://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:
+
+ http://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 *
+****************************************************************************
+
+QtX11Info
+------
+
+- Add QX11Info::isCompositingManagerRunning() static function.
+