summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2018-10-03 11:05:01 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2018-10-12 15:11:54 +0000
commit68ebafeba1980b299a6b82918014260827f4eeb5 (patch)
treeb42239a39399cd74f7cdcf9de723444e1ceaba05
parentb64ea4a3ab5fab596c7f0720f06116a592b27018 (diff)
Add changes file for Qt 5.9.7
+ 4524cb8c98b1efe650915788f6f58cf9f35591a1 Configure: Restore default prefix on Windows + 295b2dde7f0b9e28e7d450dc8b028c7b1900e419 VNC plugin: explicitly cast int to uint16_t before calling htons + 9ba30fa98e670c53f66b5487d476664d12ea953c Bump version + 5a8b2e1bb0ee9e02146cbbaa927a3c73ec8c1082 Fix compile with sanitize address & undefined + 6c0766adbd3088958e3885f7a7da00f1b2adcd1c Replace commercial preview license with Qt License Agreement 4.0 + a70f30add391525d9a30e61b3df3f9834e804b17 Flush the initial clear blit with SCREEN_WAIT_IDLE + 7f053dd52aa1ea2168a47ba3a33bf80c358e790c Fix the copyright year of the qgrayraster.c dependency + 965de37b691072ad53dc718ea2e2a6be74af87e7 Update bundled sqlite to 3.24.0 + 27121f35dcf2b40fc1bf2d4d23677c116cee3269 Fix the copyright attribution for the HarfBuzz dependency + 195ccdc6dc59131205c8a56de23a43c06717d3c0 Doc: Make reference to platform styles version agnostic + aadc2cf21eb1e22a8d5814c05a4ed793165d32c2 Doc: Remove reference to QTestEvent + c8d9920dc82ea0256bee5ce82b1fac8d4e870ab8 Doc: Synchronize documentation with code snippet + 1ae3280bef3d811bbe36a930896ea553be9a6b63 Doc: Update out-of-date image in QColorDialog documentation + c712aa1897dc1c84dd3f5bae83120ba4411a6f25 Doc: Update really old screenshot in Sliders Example + e0d0fd38d0e613930dd7185a0d4a2446fb75e091 QJsonDocument: Make emptyObject an object + 3a589e78f94c817b11c0061b385c4c53bd4c195e Doc: Fix wrong link in QFont documentation + 805dce07b9797f5f2770a9d2c58d6d381784ca25 Fix crash in qppmhandler for certain malformed image files + f9324103a0f824de2c5243f07a86e7906b8a8ea6 Check for QImage allocation failure in qgifhandler + fc559c079ec64f3475ca24503b774f9b7a51c14c cocoa: Don’t trigger security dialog on drag + eaa2e164b0559b37dbcd060cd31e110d2775ffd6 Revert "Fix restoring geometry of dockwidget" + 6670948fe312b656769ecdc9679f560ab9585e40 Make QPalette::setBrush() check before detaching + 8dd78e8564d8c4249e85653a8119c1dd1a03d659 Fix MSVC2017 compilation with enabled relaxed constexpr on 32-bit target + 5178a89a6dd8d0bf6e05feb61f51d7a280231c2f Doc: Increase precision in description of convenience typedefs + b810bfc25815525ebae75476aa53e16671f1f2c2 Fix possible heap corruption in QXmlStream + b5221dff520efa3bb923c4faeeeb5712f7724a87 QStyleHelper: Use palette cache key in pixmap key + e0c798742adbc984e71c0f65cc432101da5b9c52 QObject: do allow setProperty() to change the type of the property + 12a7513a5d19d08d61653e7c802d867525eefc50 Fix potential crash when showing line/paragraph separators + 1bf0344b9f41516ef28cd6c047aab801e24ac8df Update CLDR to v31.0.1, test Costa Rican currency's fractional part + 5f2ab16bbc6e6345f3ec2229b712ef309f1ff18b Windows: Fix MDI child window titles in High-DPI displays + a332937cdebf63e7db93e11f3193fc14c4de7e60 qmake: Add test functions for comparing version numbers + 50dd9b10e23df626c35f8d59ae0d0579092eb078 Compare versions in qmake files with versionAtLeast + 9f95f25d2ef3de76d449bc4de5b09e87e9ed537a Fix integer overflow in very long sections in ELF objects + 5104a529ce5aea5e94101770ece188b98f20baaa bmp image handler: check for out of range image size + b76c70173a1639876bd89b24ef59cfb7e07d83e2 QWin32PrintEngine: Fix crash in drawPixmap(), drawImage() + f12d5b1d6108b4d285a6079655c58129451452fd QMenuBar: Account for displays that are above 0x0 + a1bf08dac5da01c097dd983f1b0949d206c73bc0 Windows QPA: Don't test for Desktop GL if Qt::AA_UseDesktopOpenGL is set + [not yet merged] Update the DNS public suffix list from publicsuffix.org Change-Id: I8905321be1f410576c9e8c36a4eb62fd63695935 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-rw-r--r--dist/changes-5.9.768
1 files changed, 68 insertions, 0 deletions
diff --git a/dist/changes-5.9.7 b/dist/changes-5.9.7
new file mode 100644
index 0000000000..0061506f5e
--- /dev/null
+++ b/dist/changes-5.9.7
@@ -0,0 +1,68 @@
+Qt 5.9.7 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.9.0 through 5.9.6.
+
+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.
+
+****************************************************************************
+* Licensing *
+****************************************************************************
+
+ - [QTBUG-52222] The commercial preview license in the git checkout has
+ been replaced by the Qt License Agreement 4.0 text. This makes it
+ explicit that commercial customers of The Qt Company can use the git
+ version under commercial terms. However, support is (still) only
+ provided for builds from released branches of Qt.
+
+****************************************************************************
+* QtCore *
+****************************************************************************
+
+ - QObject:
+ * [QTBUG-69744] Fixed a bug in setProperty() that caused a property
+ change not to take effect if the old value compared equal using
+ QVariant's equality operator, but the values were not strictly equal.
+
+****************************************************************************
+* QtGui *
+****************************************************************************
+
+ - Text:
+ * [QTBUG-69661] Fixed potential crash when using
+ QTextOption::ShowLineAndParagraphSeparators.
+
+ - Image handlers:
+ * [QTBUG-69449] PPM reader: Fixed crash for malformed file
+ * BMP reader: Fixed crash for out of range / malformed file
+ * GIF reader: fixed crash for malformed file / oom situation
+
+****************************************************************************
+* Platform-specific changes *
+****************************************************************************
+
+ - macOS:
+ * The Qt 5.9 series is not compatible with Xcode 10 or the macOS 10.14 SDK.
+ Building your application against the 10.14 SDK will result in opting in
+ to features such as dark mode, and layer backed views, which are not
+ supported by Qt 5.9.x. Please build against the 10.13 SDK instead,
+ which is available though Xcode 9.
+
+****************************************************************************
+* Third-Party Code *
+****************************************************************************
+
+ - [QTBUG-69274] Sqlite was updated to version 3.24.0
+ - [QTBUG-70852] Update public suffix list to match current publicsuffix.org