Skip to content

Commit 851e747

Browse files
author
Qt Forward Merge Bot
committed
Merge remote-tracking branch 'origin/5.11.3' into 5.11
Change-Id: I936104c8a28df6079916ffcea755dbc00a648407
2 parents 07098b5 + 18412af commit 851e747

File tree

2 files changed

+67
-1
lines changed

2 files changed

+67
-1
lines changed

dist/changes-5.11.3

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
Qt 5.11.3 is a bug-fix release. It maintains both forward and backward
2+
compatibility (source and binary) with Qt 5.11.0 through 5.11.2.
3+
4+
For more details, refer to the online documentation included in this
5+
distribution. The documentation is also available online:
6+
7+
http://doc.qt.io/qt-5/index.html
8+
9+
The Qt version 5.11 series is binary compatible with the 5.10.x series.
10+
Applications compiled for 5.10 will continue to run with 5.11.
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.11.3 Changes *
22+
****************************************************************************
23+
24+
Chromium
25+
--------
26+
27+
- Security fixes from Chromium up to version 70.0.3538.102, including:
28+
* CVE-2018-16066
29+
* CVE-2018-16067
30+
* CVE-2018-16068
31+
* CVE-2018-16070
32+
* CVE-2018-16071
33+
* CVE-2018-16072
34+
* CVE-2018-16073
35+
* CVE-2018-16074
36+
* CVE-2018-16076
37+
* CVE-2018-16077
38+
* CVE-2018-16083
39+
* CVE-2018-16085
40+
* CVE-2018-17462
41+
* CVE-2018-17466
42+
* CVE-2018-17468
43+
* CVE-2018-17468
44+
* CVE-2018-17469
45+
* CVE-2018-17470
46+
* CVE-2018-17471
47+
* CVE-2018-17473
48+
* CVE-2018-17474
49+
* CVE-2018-17476
50+
* CVE-2018-17478
51+
52+
General
53+
-------
54+
55+
* [QTBUG-69281, QTBUG-71128] Fixed asserts and crashes in proxy (.pac) file handling.
56+
* [QTBUG-70062] Fixed rendering on late 2013 Mac Pros.
57+
* [QTBUG-71393] Fixed issue with some cookies being incorrectly marked as thirdParty.
58+
59+
Build
60+
-----
61+
62+
* [QTBUG-70981] macOS: Fixed build on macOS 10.14.
63+
* [QTBUG-71033] Fixed configure check for minimum freetype version.
64+
* [QTBUG-71295] Fixed building without webrtc but with pepper plugins.
65+
* We are now explicitly setting arm_arch when compiling for ARM.
66+
* Windows: Added configure check that we are using a 64 bit compiler.

0 commit comments

Comments
 (0)