From 0d7363be567a99181df53ddfa71f146a88ad1e2f Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Thu, 4 Jan 2018 13:50:18 +0200 Subject: Add changes file for Qt 5.9.4 Change-Id: Idaaeec1e0f84573fe87c32b9714a3c9f490dd7dd Reviewed-by: Friedemann Kleint --- dist/changes-5.9.4 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dist/changes-5.9.4 diff --git a/dist/changes-5.9.4 b/dist/changes-5.9.4 new file mode 100644 index 000000000..bbfe8a210 --- /dev/null +++ b/dist/changes-5.9.4 @@ -0,0 +1,24 @@ +Qt 5.9.4 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.9.0. + +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. + +**************************************************************************** +* Qt 5.9.4 Changes * +**************************************************************************** + + - This release contains only minor code improvements. -- cgit v1.2.1 From 98f8f4971e6c2ffcb0ac5793ffe834197ab034ab Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 9 Jan 2018 15:04:07 +0100 Subject: update changelog Change-Id: I3e95fd8746c22bcde69605b15ee845f977679d24 Reviewed-by: Jani Heikkinen --- dist/changes-5.9.4 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dist/changes-5.9.4 b/dist/changes-5.9.4 index bbfe8a210..9a713660a 100644 --- a/dist/changes-5.9.4 +++ b/dist/changes-5.9.4 @@ -21,4 +21,8 @@ information about a particular change. * Qt 5.9.4 Changes * **************************************************************************** - - This release contains only minor code improvements. +Build system +------------ + + - [QTBUG-64317] Fixed qt5_add_translation() CMake macro for TS files whose + names contain multiple dots. -- cgit v1.2.1