From 3b680d667dabfac043464791af31a7a100f2fe82 Mon Sep 17 00:00:00 2001 From: Eirik Aavitsland Date: Wed, 3 Jun 2015 14:16:54 +0200 Subject: Add changes file for 5.5.0 release Change-Id: I56eb43d6fe834d5fba90e78267290fd73290fd5b Reviewed-by: Liang Qi --- dist/changes-5.5.0 | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dist/changes-5.5.0 diff --git a/dist/changes-5.5.0 b/dist/changes-5.5.0 new file mode 100644 index 0000000..b38f32e --- /dev/null +++ b/dist/changes-5.5.0 @@ -0,0 +1,28 @@ +Qt 5.5 introduces many new features and improvements as well as bugfixes +over the 5.4.x series. For more details, refer to the online documentation +included in this distribution. The documentation is also available online: + + http://doc.qt.io + +The Qt version 5.5 series is binary compatible with the 5.4.x series. +Applications compiled for 5.4 will continue to run with 5.5. + +Some of the changes listed in this file include issue tracking numbers +corresponding to tasks in the Qt Bug Tracker: + + http://bugreports.qt.io + +Each of these identifiers can be entered in the bug tracker to obtain more +information about a particular change. + +**************************************************************************** +* General * +**************************************************************************** + +- Read grayscale JPEG 2000 images as grayscale QImages +- Fix a number of compilation warnings +- Update bundled libwebp to version 0.4.3 +- Correctly interpret RGBA tiff images as premultiplied +- Optional application of orientation for TIFF +- QTBUG-38715: Build webp plugin on Android +- Correctly read and write Grayscale8 TIFF -- cgit v1.2.3 From b6bb663f083a22e1ab768eb276993af5b0b80e45 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 29 Jun 2015 10:47:47 +0200 Subject: Bump version Change-Id: I1a0d7f96adb698c0012c1b41771e8bf16b1ddec9 --- .qmake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.qmake.conf b/.qmake.conf index a98bcf6..e543981 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,3 +1,3 @@ load(qt_build_config) -MODULE_VERSION = 5.5.0 +MODULE_VERSION = 5.5.1 -- cgit v1.2.3