From 2ced5888e6231a23256f91175b2696bb2ee300ad Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Fri, 17 Apr 2020 10:05:37 +0300 Subject: Add changes file for Qt 5.15.0 + 80d2bdc2360be17e4ef5186f6015f10b7b32fa91 Bump version + f00c3c2ef6686eed556b30e8e7145c9bbb851a3f Avoid initializing QFlags with 0 or nullptr + 6124b900d9507687c21e43e68f495bbee9d8d45b Add support for reading BigTIFF + 5a1a12b0e135eb49f7b232c729859583b76bd507 Remove overrides of QImageIOHandler::name() + 45045a1097ad983d75e4f1ea9a32e61844430a60 Update bundled libwebp to version 1.1.0 + 7625a06bd7bfcf77e896086d049b334f1b66c75d winrt: Enable webp for winrt arm configurations Change-Id: I370af0266acc802ee14e9bd7bcf750d48e26fff1 Reviewed-by: Eirik Aavitsland --- dist/changes-5.15.0 | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dist/changes-5.15.0 diff --git a/dist/changes-5.15.0 b/dist/changes-5.15.0 new file mode 100644 index 0000000..2e8a036 --- /dev/null +++ b/dist/changes-5.15.0 @@ -0,0 +1,28 @@ +Qt 5.15 introduces many new features and improvements as well as bugfixes +over the 5.14.x series. 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.15 series is binary compatible with the 5.14.x series. +Applications compiled for 5.14 will continue to run with 5.15. + +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 * +**************************************************************************** + + - Add support for reading BigTIFF + +**************************************************************************** +* Third-Party Code * +**************************************************************************** + + - Update bundled libwebp to version 1.1.0 -- cgit v1.2.3