summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@qt.io>2020-06-15 16:52:43 +0200
committerMichael BrĂ¼ning <michael.bruning@qt.io>2020-06-15 16:52:43 +0200
commitb30c0815fbdb29de8150c661fe9c27b9d4d68f7e (patch)
tree421b558517f0b82547d48f78db424105d0da2009
parent1dae478232ac22a92637d919287fbbf11c32b7c7 (diff)
parenta5017ad1987d3368c1cbccb5085475055c3b74a5 (diff)
Merge remote-tracking branch 'origin/5.12.9' into 5.12
-rw-r--r--dist/changes-5.12.955
m---------src/3rdparty0
-rw-r--r--tests/auto/core/qwebengineurlrequestinterceptor/tst_qwebengineurlrequestinterceptor.cpp1
3 files changed, 56 insertions, 0 deletions
diff --git a/dist/changes-5.12.9 b/dist/changes-5.12.9
new file mode 100644
index 000000000..57badb1a3
--- /dev/null
+++ b/dist/changes-5.12.9
@@ -0,0 +1,55 @@
+Qt 5.12.9 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0 through 5.12.8.
+
+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.9 Changes *
+****************************************************************************
+
+General
+-------
+
+ - [QTBUG-83318] Fix macOS build after 10.15.4
+
+Chromium
+--------
+
+ - Security fixes from Chromium up to version 83.0.4103.97, including:
+
+ - CVE-2020-6423
+ - CVE-2020-6431
+ - CVE-2020-6432
+ - CVE-2020-6441
+ - CVE-2020-6443
+ - CVE-2020-6450
+ - CVE-2020-6451
+ - CVE-2020-6452
+ - CVE-2020-6455
+ - CVE-2020-6460
+ - CVE-2020-6461
+ - CVE-2020-6464
+ - CVE-2020-6467
+ - CVE-2020-6468
+ - CVE-2020-6493
+ - Security Bug 1025302
+ - Security Bug 1025740
+ - Security Bug 1050090
+ - Security Bug 1065094
+ - Security Bug 1066893
+ - Security Bug 1070012
+ - Security Bug 1075907
diff --git a/src/3rdparty b/src/3rdparty
-Subproject 7483e059d887136a989185d6056ccb79cf4ddd1
+Subproject 8a53e97dba1ec531727914b0189db93d21f977b
diff --git a/tests/auto/core/qwebengineurlrequestinterceptor/tst_qwebengineurlrequestinterceptor.cpp b/tests/auto/core/qwebengineurlrequestinterceptor/tst_qwebengineurlrequestinterceptor.cpp
index 653a1e421..7c99100eb 100644
--- a/tests/auto/core/qwebengineurlrequestinterceptor/tst_qwebengineurlrequestinterceptor.cpp
+++ b/tests/auto/core/qwebengineurlrequestinterceptor/tst_qwebengineurlrequestinterceptor.cpp
@@ -83,6 +83,7 @@ void tst_QWebEngineUrlRequestInterceptor::cleanup()
void tst_QWebEngineUrlRequestInterceptor::initTestCase()
{
+ QSKIP("Interceptor has race condition in 5.12, skipping the test.");
}
void tst_QWebEngineUrlRequestInterceptor::cleanupTestCase()