From 97f4198083ccdc61e5d8cbca8e19d5bef80936e2 Mon Sep 17 00:00:00 2001 From: Eirik Aavitsland Date: Tue, 2 May 2017 15:08:12 +0200 Subject: Add changes file for 5.9.0 Change-Id: I9ed5494a8b6b137e4b48f8a788ff89bd3c7a09ac Reviewed-by: Liang Qi --- dist/changes-5.9.0 | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dist/changes-5.9.0 diff --git a/dist/changes-5.9.0 b/dist/changes-5.9.0 new file mode 100644 index 0000000..d485cef --- /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. + +TIFF handler +-------------- + + - Add support for reading color indexed and grayscale images stored + in tiled format. + +WEBP +---- + + - Update the bundled libwebp to version 0.6.0. -- cgit v1.2.3 From 71ccf0dff82835ce7b5aed74c37829afdef44cde Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 12 May 2017 14:33:53 +0200 Subject: ChangeLog: Move libwepb update into Third-Party Code area Change-Id: Ia15ef6b1015757bac0e8155247379251922aff61 Reviewed-by: Liang Qi --- dist/changes-5.9.0 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/changes-5.9.0 b/dist/changes-5.9.0 index d485cef..064222d 100644 --- a/dist/changes-5.9.0 +++ b/dist/changes-5.9.0 @@ -15,13 +15,13 @@ corresponding to tasks in the Qt Bug Tracker: 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. - -WEBP ----- - - - Update the bundled libwebp to version 0.6.0. -- cgit v1.2.3