summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-04-01 13:35:31 +0300
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-04-05 13:40:38 +0000
commit7ba379ecfa575f871a52dc94c9f29e2bfdfc9865 (patch)
treed254339f0a6c6d7fc1a587a3da724b6f55728ee7
parent8990cb0f91cdef917fb8ad92abc00774d073737e (diff)
Add changes file for Qt 5.12.3v5.12.3
+ f5bad87426599ff52e382aa7e0698a7e4b4b62de Doc: Copy minimal example code into overview page + fd2acd57df7d62490a9a7c1f7b5b60ae50c51ce6 Clarify documentation of QWebEnginePage::title() + 598bfc652edffb047948e01c3c76eb9e0cb7db4e Doc: Always treat \brief as full sentence + 837347e1901086a9757b5aca7e5bbee7b0d8e20e Fix handling of touch icons when it is disabled + 1f77d4709946511b919810354f19875824399096 Fix crash on dynamic_cast in global event filter + 4263778b2cf06dbdba24c7dfe2e54268a50de257 Quicknanobrowser: Hide status bubble properly + 0091ec9046c2c4812dee109fcbfb8372d9435461 Doc: Fix JavaScriptDialogRequest.DialogTypeBeforeUnload enum value + 8600d3d22d86be364a4c29e559dda7990594d0c5 Fix incrementing download ID + ddfa2997939fc4de2993b3e0de2201eca534af61 Fix destruction of qt quick profile after WebEngineContext gets deleted + 56fadb571f32b721d8b99554e6e38692009ec37f Force destruction of webcontent client before profile adapter + 2bf39d83a532a7fa69adc99caafaa523276b03c5 Expose missing translations to lupdate + ac147ec310c71510f8d72d52c3fcec2bfe49b4a4 Fix warning: implicit conversion of NULL constant to 'const int' + eedee8d37bb49239de54011241eaedded5a4c0ce Update Chromium + cbeef3ee920576d668664ca2e0b8a55ae307959a Do not report client redirects as link-clicked + 3efb842be6e2c663b75f2e920fca00dd71da2ce7 Bump version + 01c763c83d0c846164dcb5b69b9343e6ee2ac0b7 Fix tabbing in recipebrowser + c8d11a21c648e87f3560042e1c022f031a6e6519 Fixup focus implementation + 54ac91fd60ba0e84be239cefa1b56a489c420f9e Fix markdown rendering of titles in recipebrowser + 1fe5566c5d494a9a6cea8282c7387b36ef0e4c0b Fix regression in setting background colors + ea65bb32fa988b37d030c3737b8a036f049d1354 Switch to setting 'official build' for non developer builds + 159a1c8da5eb3d105f2fb47d5b15fce8d1010786 Update Chromium + 0d1351132e7b848247fc50343796d22b5dcf1e3b Fix escaped characters in tooltip + dad0cfa3eba01b0dff698f457242f80f6eae4698 Fix style of media audio controls + 1110b9b50e61bf2663e2037ce9e28e74a8943919 Fix timestamp deduplication for Windows Change-Id: I9636039392c9f043885f22aeabb161fc3ce10079 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--dist/changes-5.12.379
1 files changed, 79 insertions, 0 deletions
diff --git a/dist/changes-5.12.3 b/dist/changes-5.12.3
new file mode 100644
index 000000000..344025378
--- /dev/null
+++ b/dist/changes-5.12.3
@@ -0,0 +1,79 @@
+Qt 5.12.3 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0 through 5.12.2.
+
+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.12 series is binary compatible with the 5.11.x series.
+Applications compiled for 5.11 will continue to run with 5.12.
+
+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.12.3 Changes *
+****************************************************************************
+
+Behavior Changes
+----------------
+
+ - [QTBUG-74490] Client side redirects are no longer reported as link clicked.
+
+Chromium
+--------
+
+ - Security fixes from Chromium up to version 73.0.3683.75, including:
+
+ * CVE-2019-5787
+ * CVE-2019-5789
+ * CVE-2019-5790
+ * CVE-2019-5791
+ * CVE-2019-5792
+ * CVE-2019-5793
+ * CVE-2019-5794
+ * CVE-2019-5795
+ * CVE-2019-5797
+ * CVE-2019-5802
+ * CVE-2019-5803
+ * Security issue 905509
+ * Security issue 906437
+ * Security issue 906652
+ * Security issue 906739
+ * Security issue 913212
+ * Security issue 914511
+ * Security issue 916874
+ * Security issue 917608
+ * Security issue 917707
+ * Security issue 919340
+ * Security issue 919572
+ * Security issue 924905
+ * Security issue 929088
+ * Security issue 931640
+ * Security issue 938251
+ * Security issue 933743
+
+
+General
+-------
+
+ - [QTBUG-73833] Fixed crash with dynamic_cast in event filter.
+ - [QTBUG-74021] Fixed crash on exit if the app leaked a page.
+ - [QTBUG-74116] Fixed crash on exit for rare QML setup.
+ - [QTBUG-74484] Fixed default style of media controls for audio playback.
+ - [QTBUG-74519] Fixed regression in setting background colors.
+ - [QTBUG-74659] Fixed quotes and other characters being escaped in tooltips.
+ - [QTBUG-74764] Fixed deduplication naming of 100+ downloads on Windows.
+
+
+Examples
+--------
+
+ - Quicknanobrowser status bubble hid correctly.
+ - Recipebrowser rendering and tabbing fixed.