summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-05-31 08:12:55 +0200
committerLiang Qi <liang.qi@qt.io>2017-05-31 08:12:55 +0200
commitc1645fee237213074c5b3b53c21e8d9cd3a21167 (patch)
tree3bb628b47b6e2caab8b46a52d31f04f79734e211
parent91d1265be96d2599cb4559124745488658f290c8 (diff)
parent71ccf0dff82835ce7b5aed74c37829afdef44cde (diff)
Merge remote-tracking branch 'origin/5.9.0' into 5.9
-rw-r--r--dist/changes-5.9.027
1 files changed, 27 insertions, 0 deletions
diff --git a/dist/changes-5.9.0 b/dist/changes-5.9.0
new file mode 100644
index 0000000..064222d
--- /dev/null
+++ b/dist/changes-5.9.0
@@ -0,0 +1,27 @@
+Qt 5.9 introduces many new features and improvements as well as bugfixes
+over the 5.8.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.9 series is binary compatible with the 5.8.x series.
+Applications compiled for 5.8 will continue to run with 5.9.
+
+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.
+
+Third-Party Code
+----------------
+
+ - Update the bundled libwebp to version 0.6.0.
+
+TIFF handler
+--------------
+
+ - Add support for reading color indexed and grayscale images stored
+ in tiled format.