summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.13.2
blob: aeac5b000210ccb6f0aacf7ff9743a44ee688e4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Qt 5.13.2 is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 5.13.0 through 5.13.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.13 series is binary compatible with the 5.12.x series.
Applications compiled for 5.12 will continue to run with 5.13.

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.13.2 Changes                           *
****************************************************************************

General
-------

  - [QTBUG-76329] Fixes extensions and PDF viewer when building with GCC 5.
  - [QTBUG-77072, QTBUG-78084] Fixed flashing when closing combo box on
    macOS.
  - [QTBUG-77827] Fixed unbundling of libjpeg on Linux.
  - [QTBUG-77977] Fixed invalid URL on profile change.
  - [QTBUG-78016] Fixed crash with desktop sharing.
  - [QTBUG-78206] Fixed accessibility events for combo boxes.
  - [QTBUG-78316] Fixed XMLHttpRequest status with custom schemes.


Chromium
--------

 - Security fixes from Chromium up to version 77.0.3865.120, including:

    - CVE-2019-5869
    - CVE-2019-5870
    - CVE-2019-5872
    - CVE-2019-5875
    - CVE-2019-5876
    - CVE-2019-13659
    - CVE-2019-13660
    - CVE-2019-13663
    - CVE-2019-13664
    - CVE-2019-13665
    - CVE-2019-13673
    - CVE-2019-13674
    - CVE-2019-13675
    - CVE-2019-13678/CVE-2019-13681
    - CVE-2019-13687
    - CVE-2019-13688
    - CVE-2019-13691
    - CVE-2019-13692
    - CVE-2019-13693
    - CVE-2019-13694
    - CVE-2019-13695
    - CVE-2019-13697
    - Security issue 946351
    - Security issue 946978
    - Security issue 957160
    - Security issue 960354
    - Security issue 964938
    - Security issue 971904
    - Security issue 973628
    - Security issue 974354
    - Security issue 979373
    - Security issue 981459
    - Security issue 981597
    - Security issue 986727
    - Security issue 990234

Qt WebEngine Widgets
--------------------

  - [QTBUG-77209] Fixed QWebEnginePage visibility state.