summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <david.faure@kdab.com>2016-05-24 13:04:09 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2016-05-26 18:04:33 +0000
commitee7eb793b666c99f171452dc1accd7955cdf5a6c (patch)
tree7a7420126135240fda6a6503d2d431897498e2b2
parent35c775cfe7a370f48ae5d4de0c7840993c126769 (diff)
downloadqtx11extras-ee7eb793b666c99f171452dc1accd7955cdf5a6c.tar.gz
Added 5.7 changelog for QtX11Extras.v5.7.0-rc1
Change-Id: I636350b5931c7aa1f22a2e60cac801f8bd5731ad Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
-rw-r--r--dist/changes-5.7.026
1 files changed, 26 insertions, 0 deletions
diff --git a/dist/changes-5.7.0 b/dist/changes-5.7.0
new file mode 100644
index 0000000..cc745f9
--- /dev/null
+++ b/dist/changes-5.7.0
@@ -0,0 +1,26 @@
+Qt 5.7 introduces many new features and improvements as well as bugfixes
+over the 5.6.x series. For more details, refer to the online documentation
+included in this distribution. The documentation is also available online:
+
+ http://doc.qt.io/qt-5.7
+
+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.
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+QtX11Info
+------
+
+- Add QX11Info::isCompositingManagerRunning() static function.
+