From a1dea18e3bce96b28adbb31879f1157c40a7cfe2 Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Mon, 25 Mar 2019 15:08:30 +0200 Subject: Add changes file for Qt 5.9.8 + 976b43a7acf72897d506500910b38bd4b96585c1 Fix font weights on macOS 10.14 + fdb3f3a79f2c006a4d76595d10c52549b718b1af Bump version + ec298193baae320410deac41e4884aa3474dcd6d OpenSSL: force the "1.0.0" soname when loading OpenSSL 1.0 + 1288c5b0bbdb51cf4467c84cc9bfd5b03972b5c5 Windows: Disable shader disk cache for Intel HD Graphics 620 + e73bd4a5be059dcef5f8afca567f9aca31866230 [cocoa] Disable offline renderers for dual AMD FirePro GPU + 928e77fa14e18773f994be7cf9dcf0da52f39055 Fix deleting of QSharedPointer internals in case QPointer loses the race + 7547f57e26e01f0b20908d68afd93029fc7f8f1a Silence a GCC 8 warning in qxcbnativeinterface + ec554de6153aaa09ec23ba4894eb2d840fef7b23 Fix cast-function-type gcc 8 warning + b731a275bd124e22ab4f9fe7410a84e50d4f309d Windows: Don't output a warning when sHGetKnownFolderPath fails + 56c92b1e5add9bf07be64b2dd74d878679afde73 qmake: make sure 'move' commands to DESTDIR are valid on mingw + b11c5a6e5492ce25b8844550ff1a0dc233b61721 macOS: restore hidden popup windows + b110a8eda6876261f945d292e888ee8405ababdd Silence a GCC 8 warning in qoutlinemapper + 5f72767f9963ab17ee16b611c8ee9a40ea04b941 Silence a GCC 8 warning in evdevtablet + 8b9a771ec0b70822f4a34d289459d3e60b9510ce ibase: Silence warning about incompatible function types + a49d339fdfb38ef58f2ccb9917f9aad6f63ff1ed Silence a GCC 8 warning in qpainter + 7b42fbebbae35a1037d23b58a41bea35dd448f53 tst_QNetworkReply: Blacklist getFromHttp:success-external + b2cd25965ead27745f662109868adc1b65faebcd macOS: Unbreak build after b11c5a6e5 + b11ae750db4344f54948ea2bdd5dc8c8309d6c67 Active Qt Servers: Fix midl warning about unknown option + 730dea58cfb2881e67e409b9ad0677485e2b3eb1 OpenSSL: also try the "1.0.2" soname + b2aa8dbbde11815080d12837acf0be2bb36471bf Offscreen QPA: use a CoreText font database on macOS + 357bc63639a6ef46f6fe4c626ffbc463ad178ba6 uic: Generate version check macros around newly introduced palette color role + 94aa7dabd234981ebc5893e1b8154ac990ccbe44 Bump copyright year to 2019 + 159f7e9c39c57177d25f524ae3cad4e533b89da8 Upgrade PCRE2 to 10.32 Change-Id: I3f3fcb3992da8fd273be9a3fd18a3e430c196282 Reviewed-by: Frederik Gladhorn Reviewed-by: Friedemann Kleint Reviewed-by: Edward Welbourne Reviewed-by: Lars Knoll --- dist/changes-5.9.8 | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 dist/changes-5.9.8 (limited to 'dist/changes-5.9.8') diff --git a/dist/changes-5.9.8 b/dist/changes-5.9.8 new file mode 100644 index 0000000000..a5cf9aabaf --- /dev/null +++ b/dist/changes-5.9.8 @@ -0,0 +1,51 @@ +Qt 5.9.8 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.9.0 through 5.9.7. + +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. + +**************************************************************************** +* QtCore * +**************************************************************************** + + - [QTBUG-71412] Fixed a race condition that would result in a failed + assertion when two threads attached a QPointer to the same QObject. + +**************************************************************************** +* QtNetwork * +**************************************************************************** + + - SSL: + * [QTBUG-68156] OpenSSL >= 1.0 is now required to build Qt with OpenSSL + support. + +**************************************************************************** +* Third-Party Code * +**************************************************************************** + + - PCRE2 was updated to version 10.32. + +**************************************************************************** +* macOS * +**************************************************************************** + + - Text: + * [QTBUG-69955] Fixed font weights on macOS 10.14 + + - Gui: + * [QTBUG-70062] Offline renderers will be disabled when the application + is using Qt WebEngine and running on one of the late 2013 MacPro models. + -- cgit v1.2.3