diff options
author | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-01-30 08:46:35 +0100 |
---|---|---|
committer | Jani Heikkinen <jani.heikkinen@theqtcompany.com> | 2015-02-02 08:55:19 +0000 |
commit | 23fefdce7b6198b176e204316611f0d3596f635b (patch) | |
tree | 3e0aab2025cbe5658b6e7be557475b8dc5005844 /dist | |
parent | 37f55a5b3be480a8b6ef405bf162dc8015e971b0 (diff) | |
download | qtactiveqt-23fefdce7b6198b176e204316611f0d3596f635b.tar.gz |
Change-Id: Ife0885c19e961f26ddb142c51b44c67b380a459c
Reviewed-by: Maurice Kalinowski <maurice.kalinowski@theqtcompany.com>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-5.4.1 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dist/changes-5.4.1 b/dist/changes-5.4.1 new file mode 100644 index 0000000..4eaf9fb --- /dev/null +++ b/dist/changes-5.4.1 @@ -0,0 +1,27 @@ +Qt 5.4.1 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.4.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.4 series is binary compatible with the 5.3.x series. +Applications compiled for 5.3 will continue to run with 5.4. + +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. + +**************************************************************************** +* Library * +**************************************************************************** + +ActiveQt +-------- + + - [QTBUG-43446] Fixed invocation of methods returning QVariant. |