diff options
author | Antti Kokko <[email protected]> | 2017-08-28 09:55:54 +0300 |
---|---|---|
committer | Frederik Gladhorn <[email protected]> | 2017-09-06 14:20:13 +0200 |
commit | 6d9a88e3048e230a3ee516c39bf55f714117869c (patch) | |
tree | 88fb94d912d3d9a06fff87c9aa18eecba781f4f0 | |
parent | d39941695dbc10b06188580b675f2b7c337ca505 (diff) |
Add changes file for Qt 5.6.3v5.6.3
Task-number: QTBUG-62711
Change-Id: Ice9079dc3dae0ff1692a39d36fe89729093114c2
Reviewed-by: Christian Stromme <[email protected]>
(cherry picked from commit 01ff5c0d5f937577cfd2391a43af4180f2a484bb)
-rw-r--r-- | dist/changes-5.6.3 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dist/changes-5.6.3 b/dist/changes-5.6.3 new file mode 100644 index 0000000..5ff64e2 --- /dev/null +++ b/dist/changes-5.6.3 @@ -0,0 +1,31 @@ +Qt 5.6.3 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.6.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.6 series is binary compatible with the 5.5.x series. +Applications compiled for 5.5 will continue to run with 5.6. + +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 * +**************************************************************************** + +General +------- + + - [QTBUG-54128] Fixed missing geometry update bug when a webview changed + ancestor (e.g. when pushing it onto a StackView). + + - [QTBUG-53839] Fixed issue with initial properties not being forwarded + to the WebEngine web view. |