From 9e5de38fbb1d46d2fbd3ace3d5267a2e708d144d Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Wed, 3 Oct 2018 11:05:03 +0300 Subject: Add changes file for Qt 5.9.7 + b6d78236e1a87c6f2696fc3ea7214459f6da278c Bump version + cb9537d83046dfbfdbe4977999b606fed879d2d7 Fix out of bounds stack access with the byte code interpreter + 75306a2f438e1d2b3969a7a3b7ffd8e39b84cd11 Fix truncating of doubles to integers + b6ce37a9b7c5058a33d05d307d74f35ebbf1b9e7 QQuickPathViewPrivate: fix heap-use-after-free + 239b8f6ee869dbe1f27ec4fa5d5247eff502c47b stabilize and standardize tst_qquickwidget + 67f88f2342427e8ceb50acdd63444eaa527675b9 Doc: Fix broken link targets + 0e38ce39cd63318f2a10239239b173f17725eecf Remove const from QQuickPointerEvent::device property + 3b3e0c4d80090120fb94fcd42221ddd79a8d0933 Doc: Add precision to scene graph description + 5f364acefa3ce8bc770dd4ddb6d962d9f2ecf292 Doc: Extend ItemSelectionModel QML documentation + 8763b916cd8c65f3519814b00b9a2202c74801ad Doc: Use [] instead of new Array() in snippet + b067e607f1cfd5bee94710d6a6a7c2fa048e9b23 Doc: fix QJSEngine code snippet Change-Id: Ifa84661534e603437e6eeba2ee84a34373f5c84f Reviewed-by: Shawn Rutledge --- dist/changes-5.9.7 | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dist/changes-5.9.7 (limited to 'dist/changes-5.9.7') diff --git a/dist/changes-5.9.7 b/dist/changes-5.9.7 new file mode 100644 index 0000000000..469419ec4f --- /dev/null +++ b/dist/changes-5.9.7 @@ -0,0 +1,30 @@ +Qt 5.9.7 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.9.0 through 5.9.6. + +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.7 Changes * +**************************************************************************** + +Qml +--- + - [QTBUG-68640] Fixed truncation of floats + +Qt Quick +-------- + - [QTBUG-68964] Fixed a crash in PathView -- cgit v1.2.3