summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-02-20 15:21:30 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2019-02-22 15:01:10 +0000
commitb47b28d3cfb8b249cce343031507864de99117a7 (patch)
tree3534c9a558fbf8db57f948a1045a6ae341d97cda /dist
parent8fefc0d9b8ae46d65e8c05f9cc55bbfc0e88b632 (diff)
Add changes file for Qt 5.12.2
Change-Id: I41bb4f924b9091b550354065211672e31088d1cb Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.12.273
1 files changed, 73 insertions, 0 deletions
diff --git a/dist/changes-5.12.2 b/dist/changes-5.12.2
new file mode 100644
index 000000000..ad427ecce
--- /dev/null
+++ b/dist/changes-5.12.2
@@ -0,0 +1,73 @@
+Qt 5.12.2 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0 through 5.12.1.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+https://doc.qt.io/qt-5/index.html
+
+The Qt version 5.12 series is binary compatible with the 5.11.x series.
+Applications compiled for 5.11 will continue to run with 5.12.
+
+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.12.2 Changes *
+****************************************************************************
+
+Behavior Changes
+----------------
+
+ - Deleting a download item will now also cancel the download if it is
+ still in progress.
+
+
+Chromium
+--------
+
+ - Security fixes from Chromium up to version 72.0.3626.96, including:
+ * CVE-2019-5754
+ * CVE-2019-5755
+ * CVE-2019-5756
+ * CVE-2019-5757
+ * CVE-2019-5758
+ * CVE-2019-5759
+ * CVE-2019-5760
+ * CVE-2019-5762
+ * CVE-2019-5763
+ * CVE-2019-5764
+ * CVE-2019-5769
+ * CVE-2019-5770
+ * CVE-2019-5775
+ * CVE-2019-5776
+ * CVE-2019-5777
+ * CVE-2019-5779
+ * CVE-2019-5781
+ * CVE-2019-5782
+ * CVE-2019-5783
+ * CVE-2019-5784
+ * Security issue 895117
+ * Security issue 895970
+ * Security issue 899689
+ * Security issue 901677
+ * Security issue 903500
+ * Security issue 907047
+ * Security issue 908358
+ * Security issue 911253
+ * Security issue 912508
+ * Security issue 912520
+ * Security issue 922677
+
+General
+-------
+
+ - [QTBUG-72021] Improved tooltip wrapping to match other browsers.
+ - [QTBUG-72714] Fixed clipboard API not being permitted when settings allowed it.
+ - [QTBUG-73839] Fixed minor memory leak per download.
+ - Fixed regression in certificate transparency checking.