Skip to content

Commit

Permalink
Add changes file for Qt 5.9.8
Browse files Browse the repository at this point in the history
+ 976b43a Fix font weights on macOS 10.14
+ fdb3f3a Bump version
+ ec29819 OpenSSL: force the "1.0.0" soname when loading OpenSSL 1.0
+ 1288c5b Windows: Disable shader disk cache for Intel HD Graphics 620
+ e73bd4a [cocoa] Disable offline renderers for dual AMD FirePro GPU
+ 928e77f Fix deleting of QSharedPointer internals in case QPointer loses the race
+ 7547f57 Silence a GCC 8 warning in qxcbnativeinterface
+ ec554de Fix cast-function-type gcc 8 warning
+ b731a27 Windows: Don't output a warning when sHGetKnownFolderPath fails
+ 56c92b1 qmake: make sure 'move' commands to DESTDIR are valid on mingw
+ b11c5a6 macOS: restore hidden popup windows
+ b110a8e Silence a GCC 8 warning in qoutlinemapper
+ 5f72767 Silence a GCC 8 warning in evdevtablet
+ 8b9a771 ibase: Silence warning about incompatible function types
+ a49d339 Silence a GCC 8 warning in qpainter
+ 7b42fbe tst_QNetworkReply: Blacklist getFromHttp:success-external
+ b2cd259 macOS: Unbreak build after b11c5a6
+ b11ae75 Active Qt Servers: Fix midl warning about unknown option
+ 730dea5 OpenSSL: also try the "1.0.2" soname
+ b2aa8db Offscreen QPA: use a CoreText font database on macOS
+ 357bc63 uic: Generate version check macros around newly introduced palette color role
+ 94aa7da Bump copyright year to 2019
+ 159f7e9 Upgrade PCRE2 to 10.32

Change-Id: I3f3fcb3992da8fd273be9a3fd18a3e430c196282
Reviewed-by: Frederik Gladhorn <[email protected]>
Reviewed-by: Friedemann Kleint <[email protected]>
Reviewed-by: Edward Welbourne <[email protected]>
Reviewed-by: Lars Knoll <[email protected]>
  • Loading branch information
Antti Kokko committed Apr 9, 2019
1 parent 159f7e9 commit a1dea18
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions dist/changes-5.9.8
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit a1dea18

Please sign in to comment.