aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-03-25 15:08:31 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2019-04-02 10:10:14 +0000
commit282d5530534c0297710759b81568cdb1c7c627c6 (patch)
tree405b7c187e580a9504cc02f62ec2359a1840d857
parent9d6d2ee217fc87325d1a45cfad95168b9da57218 (diff)
Add changes file for Qt 5.9.8v5.9.8
+ 2ededacdde179357eb686901202789bbee35771a Fix crash in QQuickAnimatorProxyJob::sceneGraphInitialized() + f12e6003831b8aedac99e89b38665da64d0804ca Bump version + 3793a264b6eeecae5d4c44747fbe46c0d255a3c5 Silence a GCC 8 warning in qv4string + 89cdd5575bba856035946926f5575705ebd6c1b7 Silence a GCC 8 warning in qqmljsparser + cbb11c57773713ca18384a6c45e5dcd96330850a Silence a GCC 8 warning in qv4engine + 10bef7aa883cab99cfcb526d6f996f033b3f1fc0 Silence a GCC 8 warning in qquickanimation + 6626572f8604b2789da9253ccd7aa92d3f6013e9 Silence GCC 8 warnings in qpodvector + 93c3844a84f0acd382be5021d2ebe896269b7277 Silence another GCC 8 warning in qpodvector + 24af53cfeb998dcf3a6c6d49d312e50809a4a324 V4 Date: fix what we can within ECMA 262's limitations Change-Id: Idc45484077f4dddca3111defb8e0b787fef0334a Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
-rw-r--r--dist/changes-5.9.832
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()
+