summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-11-20 13:19:02 +0100
committerLiang Qi <liang.qi@qt.io>2017-11-20 13:19:02 +0100
commit39bd69edcc373465bc11077140993058c18ee4a0 (patch)
tree21fea163de8db08c6e07185f03d8e4ebad533790 /dist
parent5e9053c3232e814a0e1cdbb115e00066107be1ba (diff)
parent24f802dc02176d8f50d77be58b872ad525ed1a52 (diff)
downloadqtx11extras-39bd69edcc373465bc11077140993058c18ee4a0.tar.gz
Merge remote-tracking branch 'origin/5.10' into dev
Change-Id: Iefeabec872d521c5788b6cde315ae87bd1c1140a
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.10.030
-rw-r--r--dist/changes-5.6.312
-rw-r--r--dist/changes-5.9.212
3 files changed, 54 insertions, 0 deletions
diff --git a/dist/changes-5.10.0 b/dist/changes-5.10.0
new file mode 100644
index 0000000..79bc713
--- /dev/null
+++ b/dist/changes-5.10.0
@@ -0,0 +1,30 @@
+Qt 5.10 introduces many new features and improvements as well as bugfixes
+over the 5.9.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/index.html
+
+The Qt version 5.10 series is binary compatible with the 5.9.x series.
+Applications compiled for 5.9 will continue to run with 5.10.
+
+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.
+
+****************************************************************************
+* Qt 5.10.0 Changes *
+****************************************************************************
+
+ - This release contains only minor code improvements.
+
+QX11Info
+--------
+
+ - [QTBUG-50358] Added new API to peek into the XCB event queue -
+ peekEventQueue(). This enables porting certain Qt4-based applications to
+ Qt5 (those using Xlib's event handling functions to peek into the X11
+ event queue).
diff --git a/dist/changes-5.6.3 b/dist/changes-5.6.3
new file mode 100644
index 0000000..285d4a8
--- /dev/null
+++ b/dist/changes-5.6.3
@@ -0,0 +1,12 @@
+Qt 5.6.3 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/index.html
+
+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.
+
+There were no changes in this module since previous release.
diff --git a/dist/changes-5.9.2 b/dist/changes-5.9.2
new file mode 100644
index 0000000..f4d7bdb
--- /dev/null
+++ b/dist/changes-5.9.2
@@ -0,0 +1,12 @@
+Qt 5.9.2 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.9.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/index.html
+
+The Qt version 5.9 series is binary compatible with the 5.8.x series.
+Applications compiled for 5.8 will continue to run with 5.9.
+
+There were no changes in this module since previous release.