summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2015-11-25 19:39:28 +0300
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-11-30 13:43:37 +0000
commit1d849b5b575987cd08e134e1bc339ac8746c01b2 (patch)
tree870f0189f4efebb8c75e208ce8ef6b608e5aec09
parent38f6c5f840d3f3dbf5c6ac6eeca6a0b9f7029551 (diff)
downloadqtwebkit-1d849b5b575987cd08e134e1bc339ac8746c01b2.tar.gz
Changes for 5.6.0
Change-Id: I4cc8c77871530f6578c95cc53d794b61f5c05f5e Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-rw-r--r--dist/changes-5.6.042
1 files changed, 42 insertions, 0 deletions
diff --git a/dist/changes-5.6.0 b/dist/changes-5.6.0
new file mode 100644
index 000000000..0964b19b2
--- /dev/null
+++ b/dist/changes-5.6.0
@@ -0,0 +1,42 @@
+Qt 5.6 introduces many new features and improvements as well as bugfixes
+over the 5.5.x series.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+ http://doc.qt.io/qt-5.6
+
+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:
+
+ http://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+QtWebkit
+--------
+ - [QTBUG-44563] Render anchors as clickable links in PDF documents
+
+QtWebkitQML
+-----------
+ - WebView.experimental got several features which were previously available
+ only via widgets API: spatial navigation, links included in focus chain,
+ and user style sheets
+ - Fixed missing text in QQuickItem::inputMethodQuery when text element is
+ focused in WebView
+
+
+****************************************************************************
+* Platform Specific Changes *
+****************************************************************************
+
+- Various build fixes