Skip to content

Commit b30c081

Browse files
committed
Merge remote-tracking branch 'origin/5.12.9' into 5.12
Change-Id: I51e5141e38c637d5bfee85fd2b8bd8468097e5fe
2 parents 1dae478 + a5017ad commit b30c081

File tree

3 files changed

+57
-1
lines changed

3 files changed

+57
-1
lines changed

dist/changes-5.12.9

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
Qt 5.12.9 is a bug-fix release. It maintains both forward and backward
2+
compatibility (source and binary) with Qt 5.12.0 through 5.12.8.
3+
4+
For more details, refer to the online documentation included in this
5+
distribution. The documentation is also available online:
6+
7+
https://doc.qt.io/qt-5/index.html
8+
9+
The Qt version 5.12 series is binary compatible with the 5.11.x series.
10+
Applications compiled for 5.11 will continue to run with 5.12.
11+
12+
Some of the changes listed in this file include issue tracking numbers
13+
corresponding to tasks in the Qt Bug Tracker:
14+
15+
https://bugreports.qt.io/
16+
17+
Each of these identifiers can be entered in the bug tracker to obtain more
18+
information about a particular change.
19+
20+
****************************************************************************
21+
* Qt 5.12.9 Changes *
22+
****************************************************************************
23+
24+
General
25+
-------
26+
27+
- [QTBUG-83318] Fix macOS build after 10.15.4
28+
29+
Chromium
30+
--------
31+
32+
- Security fixes from Chromium up to version 83.0.4103.97, including:
33+
34+
- CVE-2020-6423
35+
- CVE-2020-6431
36+
- CVE-2020-6432
37+
- CVE-2020-6441
38+
- CVE-2020-6443
39+
- CVE-2020-6450
40+
- CVE-2020-6451
41+
- CVE-2020-6452
42+
- CVE-2020-6455
43+
- CVE-2020-6460
44+
- CVE-2020-6461
45+
- CVE-2020-6464
46+
- CVE-2020-6467
47+
- CVE-2020-6468
48+
- CVE-2020-6493
49+
- Security Bug 1025302
50+
- Security Bug 1025740
51+
- Security Bug 1050090
52+
- Security Bug 1065094
53+
- Security Bug 1066893
54+
- Security Bug 1070012
55+
- Security Bug 1075907

src/3rdparty

Submodule 3rdparty updated 409 files

tests/auto/core/qwebengineurlrequestinterceptor/tst_qwebengineurlrequestinterceptor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ void tst_QWebEngineUrlRequestInterceptor::cleanup()
8383

8484
void tst_QWebEngineUrlRequestInterceptor::initTestCase()
8585
{
86+
QSKIP("Interceptor has race condition in 5.12, skipping the test.");
8687
}
8788

8889
void tst_QWebEngineUrlRequestInterceptor::cleanupTestCase()

0 commit comments

Comments
 (0)