summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.11.2
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-09-12 19:41:11 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2018-09-13 04:24:49 +0000
commita427b1b551aee413e6d83affafc4b8bcb2716bfc (patch)
treec90f9b7639ad445daf67ba8c012101ca41ca8a5c /dist/changes-5.11.2
parent2aa779e893bd7526c97a1968c6835204e4e985e2 (diff)
normalize layout of 5.11.2 changelog
Change-Id: I15fc16072d39e08d549c51097fe39c8ecd4a3a16 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
Diffstat (limited to 'dist/changes-5.11.2')
-rw-r--r--dist/changes-5.11.227
1 files changed, 10 insertions, 17 deletions
diff --git a/dist/changes-5.11.2 b/dist/changes-5.11.2
index 5bb61339dd..9add4cc9b2 100644
--- a/dist/changes-5.11.2
+++ b/dist/changes-5.11.2
@@ -18,10 +18,6 @@ Each of these identifiers can be entered in the bug tracker to obtain more
information about a particular change.
****************************************************************************
-* Qt 5.11.2 Changes *
-****************************************************************************
-
-****************************************************************************
* Licensing *
****************************************************************************
@@ -32,9 +28,12 @@ information about a particular change.
provided for builds from released branches of Qt.
****************************************************************************
-* QtCore *
+* Library *
****************************************************************************
+QtCore
+------
+
- QFile:
* [QTBUG-69417] Fixed a regression in QFile::copy() that caused the
original file not to be copied entirely if it was modified outside of
@@ -85,9 +84,8 @@ information about a particular change.
prohibited Unicode codepoints to report isValid() == true, despite
clearing the hostname.
-****************************************************************************
-* QtGui *
-****************************************************************************
+QtGui
+-----
- QMatrix:
* The qHash() implementation for QMatrix has been changed.
@@ -101,9 +99,10 @@ information about a particular change.
* [QTBUG-70096] Fixed a possible crash when combining QStaticText,
QOpenGLWidget and Qt Quick in the same application.
-****************************************************************************
-* QtWidgets *
-****************************************************************************
+ - Qt programs in Flatpak environment can now trigger IBus input method.
+
+QtWidgets
+---------
- QMessageBox:
* [QTBUG-69526] A message box with two buttons, one of which is the "Show
@@ -121,9 +120,3 @@ information about a particular change.
- [QTBUG-69274] SQLite was updated to version 3.24.0.
- [QTBUG-69271] PCRE2 was updated to version 10.31.
-****************************************************************************
-* plugins *
-****************************************************************************
-
- - ibus:
- * Qt programs in Flatpak environment can now trigger IBus input method.