|
| 1 | +Qt 5.11.2 is a bug-fix release. It maintains both forward and backward |
| 2 | +compatibility (source and binary) with Qt 5.11.0 through 5.11.1. |
| 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.2 Changes * |
| 22 | +**************************************************************************** |
| 23 | + |
| 24 | +Chromium |
| 25 | +-------- |
| 26 | + |
| 27 | + - Security fixes from Chromium up to version 68.0.3440.75, including: |
| 28 | + * CVE-2018-4117 |
| 29 | + * CVE-2018-6150 |
| 30 | + * CVE-2018-6152 |
| 31 | + * CVE-2018-6155 |
| 32 | + * CVE-2018-6158 |
| 33 | + * CVE-2018-6159 |
| 34 | + * CVE-2018-6161 |
| 35 | + * CVE-2018-6162 |
| 36 | + * CVE-2018-6163 |
| 37 | + * CVE-2018-6164 |
| 38 | + * CVE-2018-6165 |
| 39 | + * CVE-2018-6167 |
| 40 | + * CVE-2018-6168 |
| 41 | + * CVE-2018-6172 |
| 42 | + * CVE-2018-6175 |
| 43 | + * CVE-2018-6177 |
| 44 | + * Security Bug 683418 |
| 45 | + * Security Bug 831117 |
| 46 | + * Security Bug 838886 |
| 47 | + * Security Bug 839197 |
| 48 | + * Security Bug 840695 |
| 49 | + * Security Bug 854887 |
| 50 | + * Security Bug 860721 |
| 51 | + * Security Bug 861571 |
| 52 | + |
| 53 | + |
| 54 | +General |
| 55 | +------- |
| 56 | + |
| 57 | + * [QTBUG-59891] Popups are now closed when parent window is moved. |
| 58 | + * [QTBUG-68699] Fixed another crash with non-integer Qt scaling. |
| 59 | + * [QTBUG-69231] Fixed keyboard modifiers on drop events. |
| 60 | + * [QTBUG-69236] Fixed --enable-webgl-software-rendering to ignore blacklist |
| 61 | + of software OpenGL. |
| 62 | + * [QTBUG-69359] Fixed crash in DevTools openInNewTab handling |
| 63 | + * [QTBUG-69372] QWebEngineUrlRequestJob::initiator() now differs |
| 64 | + between unique origins and unknown origins. |
| 65 | + * [QTBUG-69605] HSTS state is now persistent with appropriate profiles. |
| 66 | + * [QTBUG-69904] JavaScript worldID can now be up to 256 (up from 11), |
| 67 | + and the limit is now documented. |
| 68 | + |
| 69 | +Build |
| 70 | +----- |
| 71 | + |
| 72 | + * [QTBUG-50554] Update libvpx check to match standard versions. |
0 commit comments