summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-10-13 10:30:51 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2016-10-17 04:25:07 +0000
commit330de004cfab4651e7c3c8f105d530e41eb5a939 (patch)
treed1ee7e78c9605f1bdeb32ce56664312aa7b7b82d /dist
parentd82fb129145f933659f0315ca6203ab51c24937a (diff)
Add changes for 5.7.1
Change-Id: Iec54a4a3a117ce5f6bca8ff22218eb8fea0008e8 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.7.151
1 files changed, 51 insertions, 0 deletions
diff --git a/dist/changes-5.7.1 b/dist/changes-5.7.1
new file mode 100644
index 000000000..ece3095df
--- /dev/null
+++ b/dist/changes-5.7.1
@@ -0,0 +1,51 @@
+Qt 5.7.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.7.0.
+
+Qt 5.7.1 contains a merge from Qt 5.6.2 and all changes in Qt 5.6.2 are
+also in Qt 5.7.1. For more see changes-5.6.2.
+
+Qt 5.7 introduces many new features and improvements as well as bugfixes
+over the 5.6.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/index.html
+
+The Qt version 5.7 series is binary compatible with the 5.6.x series.
+Applications compiled for 5.6 will continue to run with 5.7.
+
+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.
+
+****************************************************************************
+* General *
+****************************************************************************
+
+ - Chromium Snapshot:
+ * Security fixes from Chromium up to version 53.0.2785.143.
+ Including: CVE-2016-5133, CVE-2016-5147, CVE-2016-5153, CVE-2016-5155,
+ CVE-2016-5161, CVE-2016-5166, CVE-2016-5170, CVE-2016-5171,
+ CVE-2016-5172
+ * Support for macOS 10.12 Sierra
+
+ - QtWebEngineCore:
+ * [QTBUG-51244, QTBUG-54795] Fixed select control issues
+ * Fixed several focus issues.
+ * Fixed regression with fine-grained wheel events.
+ * [QTBUG-54221] Fixed editing short-cuts in plugins.
+ * [QTBUG-54222] Fixed potential infinite loop on history load.
+ * Fixed Flash plugin clipboard access.
+
+****************************************************************************
+* Platform Specific Changes *
+****************************************************************************
+
+ - Linux:
+ * [QTBUG-55367] Fixed reading timezone when running sandboxed
+ * Fixed crash when using Wayland QPA
+ * Improved OpenGL check, so EGL/GLES2 mode can be used with Desktop
+ OpenGL if the driver has th ARB_ES2_compatibility extension.