Add changes file for Qt 5.11.3
+bb10059b10f295Doc: Check before including the \snippet from a .pro file +7f0cc35d9cExamples: Fix minor bug in Tree Model Completer Example +244c7bd193Avoid conversion over RGBA64 for RGB32 LCD text blending +a381ba4220Document version number of pixman +ff2a71e310Doc: Move the literal code blocks to a separate file +20ac20bceaWindows QPA: Fix missing accessibility info with WebEngineView +689a1e186bQString: Fix snippet explaining "non-spaced numbered place markers" +85f127cb04Revise an incorrect QVulkanWindow doc note +3bac18da8eDocument SLJIT part of pcre2 +621ab8ab59bmp image handler: check for out of range image size +e04b85b026Doc: improve Mandelbrot example +bff307ab93Fix XCB on endian mismatched client and server with SHM off +45c1473847Detect when we are at the sentence boundary +49efea26a5sqlite: Fix QSqlError handling when opening/closing database +1511bfef52Disable RGB64 backend for ARGB32 when it will be very slow +cb5c24fa26Fix integer overflow in very long sections in ELF objects +12c357bebbDocument IAccessible2 version +8aa9bb6d3fClarify docs regarding the states of a QFutureWatcher with no future set +4fc4f7b0ceExport qt_open64 from QtCore +4b7ff8e98cProtect HSTS code for no-feature-settings build +6948bf20a7QSslContext: Use 0 instead of TLS_MAX_VERSION +e226b0f94aModernize the "textdate" feature +b26cd68bf6Modernize the "datestring" feature +02663718a9QHeaderView: Don't unhide hidden sections on layoutChanged() +f99e956d65Add QT_REQUIRE_CONFIG(ssl) to pre-shared key authenticator +5e64957ee4Fix QCompleter popups preventing the application from exiting +555a6b5d5dModernize the "filesystemwatcher" feature +857a0d4c51Fix the /J option for MSVC project generation +3ed8dc3788Android: fix log output pattern +ef4ba0285fSSL: Don't write to closed socket or write to deallocated buffer +94884246d4QCommandLineParser: Ensure that an option text ends with a newline +caa598c843Fix QUrl::matches for when removing authority parts (other than host) +b2b32d3147fix HTML subset documentation is not very readable on smaller screens +c958fb8b48zlib: Fix spelling of license +5a295a1009Scale seconds by a thousand to get milliseconds +ced34cb3d5QDateTimeParser: avoid using an invalid hour by default +d8817ddde6Use update() instead of repaint() when displaying a new message +18ec0a8b09Windows QPA: Fix WM_NCHITTEST not being sent to QAbstractNativeEventFilter +04aeffbe8fDoc: Describe behavior of QSslConfiguration::caCertificates() on iOS +92f42caff1Fix ICE on QNX 6.6 +7146c9075cFix DejaVu fonts URL +836a2fb887[macOS] Fix position of sheets when using unifiedTitleAndToolBarOnMac +ba0ff45109Update the DNS public suffix list from publicsuffix.org +4dc251879cSsl: Fix contrived crash when calling resume +091a386eafUse native visual ID when creating GBM surfaces for KMS +dc5f9d0c31Only use a translucent background if there is support for alpha +0d7c049e44Update bundled libpng to version 1.6.35 +0509383cf2Bump copyright year in executable metadata +c593492d16Modernize the "animation" feature +4e7b58629aModernize the "big_codecs" feature +9c8ca26a48Modernize the "codecs" feature +3eebadc173Modernize the "mimetype" feature +b7887f9b4fLinux: Remove our use of syscall() for statx(2) and renameat2(2) +fc4b0769a5Fix pdf printing in static builds +1cd2955173Fix enum passed to QFontDatabase::findFont +2624676b57qmake: Remove the extra space before -MT +7f60940fbeRe-disable statx() on Android +6599c1f758QPicture: fix crash for malformed picture +44eeeb8e81Upgrade PCRE2 to 10.32 +948f8ce2ecQWinEventNotifier: fix crash on application shutdown +2708c6c11dOpenSSL: force the "1.0.0" soname when loading OpenSSL 1.0 +0cb44e2cfbFix stylesheet example for QLineEdit:read-only code example +72bedd49bf[cocoa] Disable offline renderers for dual AMD FirePro GPU +509d566ec0Don't block mouse events if the window is a Tooltip type +38afa46c47macOS: Only detect changes to the SDK version within the same developer dir +d2e0e416d4Fix leaking QTabletEventPrivate instance +d4e937a628xcb: Don't get initial screen rotation +3b8075de3bFix deleting of QSharedPointer internals in case QPointer loses the race +1b9af84c1bDon't create an offscreen surface when not on the GUI thread +c9d18d4a9ceglfs_kms: initialize m_deviceListener +67c66c4ea4windows: Give up on SwitchableComposition +033cc3403amkspecs: use cross compile tools with LTCG +9f2216667aFix memory copy in QGIFFormat::disposePrevious() +b5d249f953Update the floppy disk icon (save) to be physically correct +825f988156Modernize the "textcodec" feature +9933511838Fix typo in define. s/GL_FRAMEBUFFER_SRB/GL_FRAMEBUFFER_SRGB +38b87cc4bbDoc: Clarify what samples() returns if not explicitly set +bdebc90c28Bump version +dec7961709QSyntaxHighlighter: Delay all highlights until first rehighlight +9137691e74Windows QPA: Fix crash showing QSystemTrayIcon's context menu with PROCESS_DPI_UNAWARE Change-Id: Id50872011aff4f604d7444d7aa4799c1c61b45f6 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
parent
c05080102f
commit
08de243eaa
|
|
@ -0,0 +1,94 @@
|
|||
Qt 5.11.3 is a bug-fix release. It maintains both forward and backward
|
||||
compatibility (source and binary) with Qt 5.11.0 through 5.11.2.
|
||||
|
||||
For more details, refer to the online documentation included in this
|
||||
distribution. The documentation is also available online:
|
||||
|
||||
http://doc.qt.io/qt-5/index.html
|
||||
|
||||
The Qt version 5.11 series is binary compatible with the 5.10.x series.
|
||||
Applications compiled for 5.10 will continue to run with 5.11.
|
||||
|
||||
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.
|
||||
|
||||
****************************************************************************
|
||||
* Third-Party Components *
|
||||
****************************************************************************
|
||||
|
||||
- libpng was updated to version 1.6.35
|
||||
- PCRE2 was updated to version 10.32.
|
||||
- Added documentation for the SLJIT part of pcre2, which is available
|
||||
under the BSD-2-Clause license.
|
||||
|
||||
****************************************************************************
|
||||
* Documentation *
|
||||
****************************************************************************
|
||||
|
||||
- Fixed the icons for the "file save" action that were inaccurate
|
||||
representations of a 3.5-inch floppy disk (the cut edge was on the wrong
|
||||
side). Now all floppy representations are physically accurate.
|
||||
|
||||
****************************************************************************
|
||||
* QtCore *
|
||||
****************************************************************************
|
||||
|
||||
- QCommandLineParser:
|
||||
* [QTBUG-70174] Fixed a bug that caused the help output to show two
|
||||
options or more in the same line if the options didn't have a
|
||||
description.
|
||||
|
||||
- QDateTime:
|
||||
* [QTBUG-70823] Fixed parsing of date/time strings when the day is the
|
||||
start of daylight savings and that starts at midnight on the
|
||||
timezone.
|
||||
|
||||
- QPluginLoader:
|
||||
* [QTBUG-70560] Fixed a bug in parsing certain plugins, which might
|
||||
conclude a valid plugin wasn't valid.
|
||||
|
||||
- QPointer:
|
||||
* [QTBUG-71412] Fixed a race condition that would cause an assertion
|
||||
failure when two threads created a QPointer for the same QObject.
|
||||
|
||||
- QUrl:
|
||||
* Fixed a bug that caused QUrl::matches to incorrectly compare two URLs
|
||||
with different hostnames or different usernames as equal, if certain
|
||||
QUrl::RemoveXxx options were passed.
|
||||
* [QTBUG-70386][QTBUG-70852] Updated the public DNS suffix list.
|
||||
|
||||
****************************************************************************
|
||||
* QtGui *
|
||||
****************************************************************************
|
||||
|
||||
- QPicture:
|
||||
* [QTBUG-71208] Fix crash reading malformed picture file
|
||||
|
||||
****************************************************************************
|
||||
* QtNetwork *
|
||||
****************************************************************************
|
||||
|
||||
- SSL:
|
||||
* [QTBUG-68156] OpenSSL >= 1.0 is now required to build Qt with OpenSSL
|
||||
support.
|
||||
|
||||
****************************************************************************
|
||||
* Linux *
|
||||
****************************************************************************
|
||||
|
||||
- Fixed a number of incompatibilities with Linux C libraries due to use of
|
||||
new kernel system calls statx(2) and renameat2(2). In order to enable
|
||||
them now in Qt, they need to be provided in the C library's own
|
||||
headers. Currently, glibc 2.28 contains them.
|
||||
|
||||
****************************************************************************
|
||||
* macOS *
|
||||
****************************************************************************
|
||||
|
||||
- Offline renderers will be disabled when the application is
|
||||
using Qt WebEngine and running on one of the late 2013 Mac Pro models.
|
||||
Loading…
Reference in New Issue