diff options
author | Antti Kokko <antti.kokko@qt.io> | 2018-01-04 13:50:18 +0200 |
---|---|---|
committer | Antti Kokko <antti.kokko@qt.io> | 2018-01-09 09:28:32 +0000 |
commit | 0d7363be567a99181df53ddfa71f146a88ad1e2f (patch) | |
tree | 89973bf9b6b5463db4ed68689e8b157680f76680 /dist | |
parent | 2f3dc790aefadc74debfa25efe958078def34146 (diff) | |
download | qttools-0d7363be567a99181df53ddfa71f146a88ad1e2f.tar.gz |
Add changes file for Qt 5.9.4
Change-Id: Idaaeec1e0f84573fe87c32b9714a3c9f490dd7dd
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-5.9.4 | 24 |
1 files changed, 24 insertions, 0 deletions
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. |