summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.15.0
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-04-17 10:05:37 +0300
committerAntti Kokko <antti.kokko@qt.io>2020-04-20 12:34:41 +0300
commit2ced5888e6231a23256f91175b2696bb2ee300ad (patch)
tree594122be22ea9c1516cafa8b058f39a21f74c8eb /dist/changes-5.15.0
parent7625a06bd7bfcf77e896086d049b334f1b66c75d (diff)
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 <eirik.aavitsland@qt.io>
Diffstat (limited to 'dist/changes-5.15.0')
-rw-r--r--dist/changes-5.15.028
1 files changed, 28 insertions, 0 deletions
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