diff options
author | Antti Kokko <antti.kokko@qt.io> | 2018-01-04 13:55:35 +0200 |
---|---|---|
committer | Antti Kokko <antti.kokko@qt.io> | 2018-01-09 05:55:54 +0000 |
commit | a47ebeb9cb521ffc2ea55cb3a2c0061b43b536d7 (patch) | |
tree | abb6c8a1aed3829b8c0014f60287e41f16a01c63 /dist/changes-5.9.4 | |
parent | 6f242a9389369242b23a61dcb59fc610dc27bb05 (diff) | |
download | qtwebengine-a47ebeb9cb521ffc2ea55cb3a2c0061b43b536d7.tar.gz |
Add changes file for Qt 5.9.4
Change-Id: I0ff5721c1317ca97b574538c8c52127a87f73c29
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'dist/changes-5.9.4')
-rw-r--r-- | dist/changes-5.9.4 | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/dist/changes-5.9.4 b/dist/changes-5.9.4 new file mode 100644 index 000000000..0347872aa --- /dev/null +++ b/dist/changes-5.9.4 @@ -0,0 +1,58 @@ +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 * +**************************************************************************** + +General +------- + + - [QTBUG-64265] JavaScript MouseLeave events are now always raised + when mouse is leaving view. + - [QTBUG-63266] JavaScript PointerEvent.pointerType property is now + properly set. + - [QTBUG-64560] Fixed rendering glitches after renderProcessTerminated + signal was emitted. + - [QTBUG-47206] Fixed incorrect layouting due to bug in HTML5 viewport + support. + - [QTBUG-57206] Fixed Favicon not updating if URL gets changed from + JavaScript. + - [QTBUG-58400] Printing does now use less memory, avoiding OOM situations + with very large documents. + - [QTBUG-65239] Fixed hanging of process if application is closed too + fast after startup. + +QtWebEngineWidgets +------------------ + + - [QTBUG-64436] Fixed crash when exiting fullscreen mode using the context + menu. + - [QTBUG-64933] Fixed tooltips that did still show after mouse was moved + away. + +Platform Specific Changes +------------------------- + + - Linux: + * [QTBUG-65174] Fixed regression from Qt 5.9.2 where the official + QtWebEngine binary did not use the installed + certificates via libnss. + * [QTBUG-57761] Fixed hardcoded lookup of library libGLES2.so.2 in + the system. |