summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-02-06 14:23:26 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2018-02-08 05:06:32 +0000
commitb0673043cd54421b8b8fa401ced0abfe9060bdd1 (patch)
tree4d5ddd3825d7a437ff20790a304b3c50966a6471 /dist
parent45189de8f0e8364cbcd600f3c4460018544beda6 (diff)
Add changes file for Qt 5.10.1
Change-Id: Icd07aaf0eb29aef87644dc66a650f6bc3d1ecd63 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.10.166
1 files changed, 66 insertions, 0 deletions
diff --git a/dist/changes-5.10.1 b/dist/changes-5.10.1
new file mode 100644
index 000000000..86e9a9aef
--- /dev/null
+++ b/dist/changes-5.10.1
@@ -0,0 +1,66 @@
+Qt 5.10.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.10.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.10 series is binary compatible with the 5.9.x series.
+Applications compiled for 5.9 will continue to run with 5.10.
+
+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.
+
+This release contains all fixes included in the Qt 5.9.4 release.
+
+****************************************************************************
+* Qt 5.10.1 Changes *
+****************************************************************************
+
+Chromium
+--------
+
+ - Security fixes from Chromium up to version 64.0.3282.140.
+ * Including: CVE-2018-6031, CVE-2018-6033, CVE-2018-6034, CVE-2018-6036,
+ CVE-2018-6037, CVE-2018-6038, CVE-2018-6040, CVE-2018-6041,
+ CVE-2018-6042, CVE-2018-6047, CVE-2018-6048, CVE-2018-6050,
+ CVE-2018-6051, CVE-2018-6052, CVE-2018-6053 and CVE-2018-6054
+
+ - Mitigations for SPECTRE
+ * Disabled shared-buffers
+ * Added cryptographic noise to precision timers
+
+
+General
+-------
+
+ - [QTBUG-47945, QTBUG-65647] Fixed random crashes on exit
+ - [QTBUG-57206] Fixed regression in viewport handling in embedded mode
+ - [QTBUG-58400] Improved memory usage when printing
+ - [QTBUG-63867] Fixed <canvas> elements when compiled without OpenGL
+ - [QTBUG-63266, QTBUG-64436] Fixed that pointerType of Pointer Events was empty
+ - [QTBUG-63606] Improved runtime disabling and clearing of HTTP cache
+ - [QTBUG-64812] Fixed message bubble position in Hi-DPI mode
+ - [QTBUG-64869, QTBUG-65004] Added testing for 32-bit host compiler when
+ crossbuilding to 32-bit platforms
+ - [QTBUG-65715] Fixed double margins when printing
+
+
+Linux
+-----
+
+ - [QTBUG-57761, QTBUG-63341] Fixed loading of libGLESv2 on some embedded
+ platforms
+ - [QTBUG-65079] Added support for separate host and target pkg-config wrappers
+
+
+Windows
+-------
+
+ - [QTBUG-60705] Fixed issues with too large scrollbars on Hi-DPI monitors