diff options
author | Antti Kokko <antti.kokko@qt.io> | 2019-11-29 09:11:06 +0200 |
---|---|---|
committer | Michael BrĂ¼ning <michael.bruning@qt.io> | 2019-12-08 09:18:34 +0100 |
commit | 745ad675fdd434cd34346909ebe9172881750c60 (patch) | |
tree | c859620d8b2b0ea4271a748b1ec831d58326c47c | |
parent | cb426428e027be4c44bc6ce63479160dea12d62e (diff) |
-rw-r--r-- | dist/changes-5.9.9 | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/dist/changes-5.9.9 b/dist/changes-5.9.9 new file mode 100644 index 000000000..676cbb372 --- /dev/null +++ b/dist/changes-5.9.9 @@ -0,0 +1,71 @@ +Qt 5.9.9 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.9.0 through 5.9.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.9 series is binary compatible with the 5.8.x series. +Applications compiled for 5.8 will continue to run with 5.9. + +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.9.9 Changes * +**************************************************************************** + +Chromium +-------- + + - Security fixes from Chromium up to version 78.0.3904.108 + * CVE-2019-5793 + * CVE-2019-5808 + * CVE-2019-5814 + * CVE-2019-5815 + * CVE-2019-5818 + * CVE-2019-5819 + * CVE-2019-5826 + * CVE-2019-5827 + * CVE-2019-5829 + * CVE-2019-5832 + * CVE-2019-5839 + * CVE-2019-5842 + * CVE-2019-5854 + * CVE-2019-5870 + * CVE-2019-5876 + * CVE-2019-13659 + * CVE-2019-13692 + * CVE-2019-13697 + * CVE-2019-15903 + * Security issue 906652 + * Security issue 906379 + * Security issue 913212 + * Security issue 916874 + * Security issue 917608 + * Security issue 919572 + * Security issue 924905 + * Security issue 933743 + * Security issue 940205 + * Security issue 1018406 + +Platform Specific Changes +------------------------- + + - macOS + * [QTBUG-78997] - Fix compiling on Xcode 11. + * [QTBUG-78997] - Fix use of deprecated method for scanning wifi networks + + - Windows + * [QTBUG-75212] - Fix building GN with VS 2019 + + - Linux + * Fix build with recent linux kernel + * [QTBUG-77037] - Fix building with pulseaudio 13 + |