aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2018-11-16 09:22:23 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2018-11-26 09:58:42 +0000
commita8cab520dc7bedff73ec60a5a189b21cdf01f083 (patch)
tree3f5510539bb193d20cff2ecd75a18a9371ec5105
parenteb9e095722e1d953d3bf17bad73f528ac9061488 (diff)
Add changes file for Qt 5.11.3v5.11.3
+ 4a92afe75bfb7886ecb1b3282b05b2985c39fe3c Disable layout mirroring for virtual keyboard + 30479f9771e60938dc0f6e325e3b16fb52663796 Fix possible crash in PlatformInputContext::update + d781f8a6b867980e03ef42b792404285ea9a799e Partially revert 30479f9771e60938dc0f6e325e3b16fb52663796 + c40e19e8012788522806f25589d7c41d93d423b4 Attempt to stabilise inputpanel auto test + 6d429be4d77841218d89f5e563593fb39812395d tests: Backport test_wclAutoCommitWordSetting from 5.12 + 50d1d95af5cb271285abb4375e63ca28cbadd77a tests: Verify current item in selectionListSelectCurrentItem + 8b3a4d6f305955171a595ad93460346c58df51d7 Fix word candidate list auto hiding + 3f152060b4072cb9aea5ca98d956b22a25c25697 Doc: Use correct image in virtual keyboard layout docs + abbc5a8ecc6a66c87d90a0f7acf15451c3808c1b Do show module license on all help pages + c7a94110987672308ed04b40fd8ed207d1c8d93b Be more restrictive about which information is included in logging + eb9e095722e1d953d3bf17bad73f528ac9061488 Bump version Change-Id: Ie07395f6ee02d8f1f18370e18ba22c017f34ad2f Reviewed-by: Andy Shaw <andy.shaw@qt.io>
-rw-r--r--dist/changes-5.11.326
1 files changed, 26 insertions, 0 deletions
diff --git a/dist/changes-5.11.3 b/dist/changes-5.11.3
new file mode 100644
index 00000000..422b3232
--- /dev/null
+++ b/dist/changes-5.11.3
@@ -0,0 +1,26 @@
+Qt 5.11.3 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.11.0 through 5.11.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.11 series is binary compatible with the 5.10.x series.
+Applications compiled for 5.10 will continue to run with 5.11.
+
+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.
+
+****************************************************************************
+* UNSPECIFIED *
+****************************************************************************
+
+ - [QTBUG-67595] Fixed possible crash in PlatformInputContext::update.
+ - [QTBUG-70041] Disable layout mirroring for virtual keyboard.
+ - Fix word candidate list auto hiding.