|
| 1 | +Qt 5.5.2 is a bug-fix release. It maintains both forward and backward |
| 2 | +compatibility (source and binary) with Qt 5.5.0. |
| 3 | + |
| 4 | +Qt 5.5 introduces many new features and improvements as well as bugfixes |
| 5 | +over the 5.4.x series. For more details, refer to the online documentation |
| 6 | +included in this distribution. The documentation is also available online: |
| 7 | + |
| 8 | + http://doc.qt.io/qt-5/index.html |
| 9 | + |
| 10 | +The Qt version 5.5 series is binary compatible with the 5.4.x series. |
| 11 | +Applications compiled for 5.4 will continue to run with 5.5. |
| 12 | + |
| 13 | +Some of the changes listed in this file include issue tracking numbers |
| 14 | +corresponding to tasks in the Qt Bug Tracker: |
| 15 | + |
| 16 | + https://bugreports.qt.io/ |
| 17 | + |
| 18 | +Each of these identifiers can be entered in the bug tracker to obtain more |
| 19 | +information about a particular change. |
| 20 | + |
| 21 | +**************************************************************************** |
| 22 | +* General * |
| 23 | +**************************************************************************** |
| 24 | + |
| 25 | +QtWebEngineCore |
| 26 | +-------- |
| 27 | + - [QTBUG-48309] Fixed old-style QObject connections to |
| 28 | + QWebEngineDownloadItem::stateChanged. |
| 29 | + - [QTBUG-47976] Fixed httpUserAgent setting after the view's |
| 30 | + initialization. |
| 31 | + - [QTBUG-48206] Parse suggested filename from content-disposition response |
| 32 | + header field. |
| 33 | + - Fixed crash on malformed URL (Chromium issue 533361). |
| 34 | + |
| 35 | +**************************************************************************** |
| 36 | +* Platform Specific Changes * |
| 37 | +**************************************************************************** |
| 38 | + |
| 39 | +OS X |
| 40 | +---- |
| 41 | + - [QTBUG-48228] Enabled 32 bit build. |
| 42 | + |
| 43 | +Windows |
| 44 | +------- |
| 45 | + - [QTBUG-48285] Fixed installation of PDB files. |
| 46 | + |
0 commit comments