From 335dc6af7d24c1731cbd7e03a21e66c70d81760d Mon Sep 17 00:00:00 2001
From: Antti Kokko <antti.kokko@qt.io>
Date: Fri, 16 Nov 2018 09:22:24 +0200
Subject: [PATCH] Add changes file for Qt 5.11.3

+ 43403038cf75086409bf7ee485ae855fd4c1c1e1 Update bundled libtiff to version 4.0.10
+ 0c8d172cf34f442a1318388f751d7e0f652d7072 Update bundled libwebp to version 1.0.1
+ 7cfe47a8fe2f987fb2a066a696fb3d9d0afe4d65 TGA handler: check for out of range image size
+ 80017a1c7f829355edce61d5d50196cd1e13dcdd Bundled libtiff: add a number of security-related upstream patches
+ 8455ab6cb29fcccf44977c517689a8ad26781140 tiffhandler: improve stripsize
+ 2f61f401187d55bb0304591f27792a63a38db00e Bump version

Change-Id: If31999c0f727ce8b73e5ffb35e247d1106011bb9
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
---
 dist/changes-5.11.3 | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 dist/changes-5.11.3

diff --git a/dist/changes-5.11.3 b/dist/changes-5.11.3
new file mode 100644
index 00000000..98221db4
--- /dev/null
+++ b/dist/changes-5.11.3
@@ -0,0 +1,32 @@
+Qt 5.11.3 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.11.0 through 5.11.2.
+
+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.11 series is binary compatible with the 5.10.x series.
+Applications compiled for 5.10 will continue to run with 5.11.
+
+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                            *
+****************************************************************************
+
+ - Bundled libtiff was updated to version 4.0.10
+ - Bundled libwebp was updated to version 1.0.1
+
+****************************************************************************
+*                                   TIFF                                   *
+****************************************************************************
+
+ - Improved strip size setting when writing, for better compression
-- 
GitLab