diff options
author | Antti Kokko <antti.kokko@qt.io> | 2019-03-25 15:08:31 +0200 |
---|---|---|
committer | Jani Heikkinen <jani.heikkinen@qt.io> | 2019-04-02 10:10:14 +0000 |
commit | 282d5530534c0297710759b81568cdb1c7c627c6 (patch) | |
tree | 405b7c187e580a9504cc02f62ec2359a1840d857 | |
parent | 9d6d2ee217fc87325d1a45cfad95168b9da57218 (diff) |
-rw-r--r-- | dist/changes-5.9.8 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dist/changes-5.9.8 b/dist/changes-5.9.8 new file mode 100644 index 0000000000..62e6513939 --- /dev/null +++ b/dist/changes-5.9.8 @@ -0,0 +1,32 @@ +Qt 5.9.8 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.9.0 through 5.9.7. + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + +https://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.8 Changes * +**************************************************************************** + +Qml +--- + - [QTBUG-72109] Fixed some timezone issues with JS Date objects, such as + those in the Europe/Dublin timezone + +Qt Quick +-------- + - [QTBUG-64402] Fixed a crash in QQuickAnimatorProxyJob::sceneGraphInitialized() + |