f31522130f
Build system (5 gaps hardened): - COOKBOOK_OFFLINE defaults to true (fork-mode) - normalize_patch handles diff -ruN format - New 'repo validate-patches' command (25/25 relibc patches) - 14 patched Qt/Wayland/display recipes added to protected list - relibc archive regenerated with current patch chain Boot fixes (fixable): - Full ISO EFI partition: 16 MiB → 1 MiB (matches mini, BIOS hardcoded 2 MiB offset) - D-Bus system bus: absolute /usr/bin/dbus-daemon path (was skipped) - redbear-sessiond: absolute /usr/bin/redbear-sessiond path (was skipped) - daemon framework: silenced spurious INIT_NOTIFY warnings for oneshot_async services (P0-daemon-silence-init-notify.patch) - udev-shim: demoted INIT_NOTIFY warning to INFO (expected for oneshot_async) - relibc: comprehensive named semaphores (sem_open/close/unlink) replacing upstream todo!() stubs - greeterd: Wayland socket timeout 15s → 30s (compositor DRM wait) - greeter-ui: built and linked (header guard unification, sem_compat stubs removed) - mc: un-ignored in both configs, fixed glib/libiconv/pcre2 transitive deps - greeter config: removed stale keymapd dependency from display/greeter services - prefix toolchain: relibc headers synced, _RELIBC_STDLIB_H guard unified Unfixable (diagnosed, upstream): - i2c-hidd: abort on no-I2C-hardware (QEMU) — process::exit → relibc abort - kded6/greeter-ui: page fault 0x8 — Qt library null deref - Thread panics fd != -1 — Rust std library on Redox - DHCP timeout / eth0 MAC — QEMU user-mode networking - hwrngd/thermald — no hardware RNG/thermal in VM - live preload allocation — BIOS memory fragmentation, continues on demand
145 lines
4.4 KiB
Plaintext
145 lines
4.4 KiB
Plaintext
Qt 5.9.3 is a bug-fix release. It maintains both forward and backward
|
|
compatibility (source and binary) with Qt 5.9.0 through 5.9.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.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.3 Changes *
|
|
****************************************************************************
|
|
|
|
QtCore
|
|
------
|
|
|
|
- QFileSystemWatcher:
|
|
* [QTBUG-64171] Fixed a bug that would cause the application to crash if
|
|
QFileSystemWatcher was created in an auxiliary thread on Windows.
|
|
|
|
- QStorageInfo:
|
|
* [QTBUG-61420] Fixed decoding of volume labels containing certain
|
|
uncommon characters on Linux.
|
|
|
|
- QThreadPool:
|
|
* Improved performance with large amount of QRunnable items.
|
|
|
|
QtGui
|
|
------
|
|
|
|
- [QTBUG-64239] Fixed memory corruption on scaled emojis.
|
|
- [QTBUG-63846] Fixed dragging inside a modal window when a
|
|
QShapedPixmapWindow is used.
|
|
- [QTBUG-61777] Fixed painting of zero-length lines with scaling.
|
|
- [QTBUG-61244] Fixed centering of some items in layouts.
|
|
- [QTBUG-63168] Fixed a crash when reparenting QWindowContainer.
|
|
|
|
|
|
QtNetwork
|
|
---------
|
|
|
|
- QHostAddress:
|
|
* [QTBUG-63764] Fixed a problem in QHostAddress not detaching in its
|
|
setters and thus spoiling shared data.
|
|
|
|
- QNetworkAccessManager:
|
|
* [QTBUG-63075] Added support for HTTP status 308.
|
|
* [QTBUG-61300] Fixed a problem with mixing headers from different
|
|
responses.
|
|
* [QTBUG-63471] Fixed redirects support in HTTP/2 protocol handler.
|
|
* [QTBUG-63313] Fixed cookies received during a redirect not being
|
|
applied in the redirect.
|
|
* [QTBUG-63142] Fixed HTTP method always being changed to GET when
|
|
redirected with 307 and 308.
|
|
|
|
- QNetworkCookieJar:
|
|
* Fixed cookies with a root path ("/") not matching an empty path ("").
|
|
|
|
QtSql
|
|
------
|
|
|
|
- PostgreSQL:
|
|
* Fixed handling of binary data for PostgreSQL 9.x and later
|
|
* Fixed detection of PostgreSQL 9.x and later
|
|
|
|
- OCI:
|
|
* [QTBUG-57765] Fixed a bug that would see some cached results returned
|
|
when issuing a forward only query
|
|
|
|
QtWidgets
|
|
---------
|
|
|
|
- QAction:
|
|
* [QTBUG-62006] Ensured setData() does not emit changed() if no change
|
|
happened.
|
|
|
|
- QDockWidget:
|
|
* [QTBUG-63526] Fixed an issue in QDockWidgets where the widget would
|
|
not resize despite showing a resize cursor.
|
|
|
|
- QHeaderView:
|
|
* [QTBUG-54601] Fixed resizing when hidden sections were involved.
|
|
* [QTBUG-64036] Ensured maximumSectionSize property is honored during
|
|
resizeSections().
|
|
|
|
- QListView:
|
|
* [QTBUG-45427] Fixed the laying out of a QListView in a grid layout
|
|
after the dataChanged() signal is emitted.
|
|
|
|
- QMenuBar
|
|
* [QTBUG-34160] Fixed a problem with adding the same QAction to more than
|
|
one menu.
|
|
|
|
- QWidget
|
|
* [QTBUG-56860] Fixed widget losing focus after showing menu second time.
|
|
|
|
- QWizard:
|
|
* [QTBUG-46894] Fixed the shortcut for the Next button on Windows.
|
|
|
|
|
|
Platform-specific changes
|
|
-------------------------
|
|
|
|
- Cocoa:
|
|
* optimize backingstore flush on 10-bit displays
|
|
* [QTBUG-57076] [QTBUG-63712] Attach menu items when updating the menubar
|
|
* [QTBUG-63444] Toggle titlebar transparency to support unified toolbar
|
|
|
|
- iOS:
|
|
* [QTBUG-57428][QTBUG-63660] add support for adding mimetypes other than text
|
|
on the clipboard
|
|
|
|
- Windows:
|
|
* [QTBUG-63654] Windows font database: Remove clamping of default font size
|
|
|
|
- X11:
|
|
* [QTBUG-48034] Don't misdetect certain trackballs as tablets
|
|
* [QTBUG-62840] Fix crash on X servers with BGR888 display
|
|
|
|
Third-Party Code
|
|
----------------
|
|
|
|
- Improved documentation about Freetype 2 licenses.
|
|
- Updated Sqlite to fix CVE-2017-10989.
|
|
- Updated bundled libpng to version 1.6.34.
|
|
|
|
Tools
|
|
-----
|
|
|
|
* qmake:
|
|
- [QTBUG-63409] Fixed a build error with MSVC when concrt.h was included
|
|
while exceptions are disabled.
|
|
- [QTBUG-62985] Fixed a bug that caused the accidental creation of files
|
|
called "NUL" when using MinGW.
|