aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-10-31 13:26:53 +0200
committerMitch Curtis <mitch.curtis@qt.io>2019-11-05 08:36:34 +0100
commited92154c712b0e54caa5baa72d832d7f8286307f (patch)
tree14083514e02abd28cf61bab701d8fcf805ce3fe4
parent2e3363001dea1fa833d99eebf8cacfa3c8185f7e (diff)
Add changes file for Qt 5.12.6v5.12.6
+ 62c45cdcd48e436c7d81d668b4da36c30928f871 examples: type userto -> user + 5189f2bc470da7ff6ae83d0108dd4e6abf35e04e Doc: Rename section title for 'TabBar' + 315fabdb574d9952a072ec7122266f59011c0257 Minor typo fix + 7ce1bdfe79d5c9aeb7202fb38b4174028ea2bf9c QQuickPopup: fix compiler warning + 7c1b29575db0f1e892d68fb2bd0cf894f18fafd5 Modernize Gallery example by using Action where suitable + 1e99cb6e809ff0c8647c5017c11ead68ae1a591d Fix flakiness in tst_qquickdrawer tests + 616c430d2b7f36e70987df7b2dc97e71f0e8b589 ComboBox: document the behavior surrounding the accepted() signal + 382531ab5e2270833d3805c57c00ebcf6b24d635 QQuickIcon: properly resolve implicit values + 9d9ba61a7503047e8417a52e3799f51e76067df8 Tumbler: fix displacement calculation when wrap is false + e6ccc83aced775621c54f2b563462b57d3fe2e01 Fix a crash on exit when using ToolTip in a specific item hierarchy + 62105a2f4c688d4646330113af9f4553b3d85927 tst_qquickpopup: ignore ShaderEffectSource warning in debug builds + 2e3363001dea1fa833d99eebf8cacfa3c8185f7e Bump version Change-Id: Idf6f77f1da0d8c67d4695883bca08616a4a510a4 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
-rw-r--r--dist/changes-5.12.626
1 files changed, 26 insertions, 0 deletions
diff --git a/dist/changes-5.12.6 b/dist/changes-5.12.6
new file mode 100644
index 00000000..5f353722
--- /dev/null
+++ b/dist/changes-5.12.6
@@ -0,0 +1,26 @@
+Qt 5.12.6 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0 through 5.12.5.
+
+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.
+
+****************************************************************************
+* Controls *
+****************************************************************************
+
+ - [QTBUG-66799] Tumbler: fixed displacement calculation when wrap is false.
+ - [QTBUG-73243] ToolTip: fixed a crash on exit when using ToolTip in a
+ specific item hierarchy.