summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-11-29 09:11:07 +0200
committerAntti Kokko <antti.kokko@qt.io>2019-12-03 14:50:08 +0200
commit86b933c430eafcaa90f1e56b91a62d3c6c228e5e (patch)
tree956d9680eb1c12688c8741c862f868a2413b3436
parent2bf6a94cf60aa53f8a18f71dd4dce047c52dfc64 (diff)
Add changes file for Qt 5.9.9v5.9.9
+ 32610be57a6caf55ea9a2115ab61cfda3bac83e2 Bump version + 9eac844b2a2eb527a0dd9f854cbb60a9e028b9c2 Temporarily skip tst_QSslSocket::resume + decae3b77a468b5e0342a60bbb71f3d4904110d8 SSL: Update an about-to-expire certificate + 497e0d65800cb41b1b3f50b19388a35695c68748 Blacklist QHostInfo::reverseLookup:google-public-dns-a.google.com + ea16c860bd75a35134ebb1d4f3be5db58f4a4e21 Optimize and fix handling of QtMessageHandlers + 4cc6e1419294a729e53d698bace2254903c1429b QSimpleTextCodec: fix load memory order of atomic pointer + 51bcc7e07e2bb5b42bb200dcd5269e9e9e2fe240 QFreeList: fix memory order on block deletion + da38f0d691d9d7eacfac5fbcbd47b887bd59bd39 QMutexPool: fix memory order of atomic operations + ced53c483da3b1d55850d2087d9a743983c8b944 QNetworkAccessManager: defer call to _q_networkSessionStateChanged + f1f73cc5aa1fa3c89474a0ca3a3aa0c95a66d793 Fix compilation with C++20 + e4df651d031c6e9f5627f7f3be5da0c78db62084 iOS Accessibility: implement accessibilityElements and check indexing + 8c5a6957fd3121ea2aa81949c746d117e97e1e95 Update bundled libpng to version 1.6.37 + f184f8780fef920006cf71e38b1477fe975bc3b1 Avoid hanging on painting dashed lines with non-finite coordinates + 88b1dd29c885aa35255b9ec1c824c5e5d7ba3789 iOS: Disable C++17 + 8f9120d4808ce1fca6ae0dcda66e48d4d09350bb Blacklist tst_QDnsLookup::lookup in ci + 2ed7831ff636f4fbaec27524d416d63c2fd773bf DBus: fix deadlock when destroying QDBusServer + 2bf6a94cf60aa53f8a18f71dd4dce047c52dfc64 Clean up time-zone matching logic in tst_QLocale::macDefaultLocale() Change-Id: Iab7461643f9c49c10ce5a2086656943284de7d02 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
-rw-r--r--dist/changes-5.9.924
1 files changed, 24 insertions, 0 deletions
diff --git a/dist/changes-5.9.9 b/dist/changes-5.9.9
new file mode 100644
index 0000000000..ff64d4d1ac
--- /dev/null
+++ b/dist/changes-5.9.9
@@ -0,0 +1,24 @@
+Qt 5.9.9 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.9.0 through 5.9.8.
+
+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.
+
+****************************************************************************
+* Third-Party Code *
+****************************************************************************
+
+ - libpng was updated to version 1.6.37