normalize layout of 5.11.2 changelog

Change-Id: I15fc16072d39e08d549c51097fe39c8ecd4a3a16
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
This commit is contained in:
Oswald Buddenhagen 2018-09-12 19:41:11 +02:00 committed by Jani Heikkinen
parent 2aa779e893
commit a427b1b551

27
dist/changes-5.11.2 vendored
View File

@ -17,10 +17,6 @@ https://bugreports.qt.io/
Each of these identifiers can be entered in the bug tracker to obtain more Each of these identifiers can be entered in the bug tracker to obtain more
information about a particular change. information about a particular change.
****************************************************************************
* Qt 5.11.2 Changes *
****************************************************************************
**************************************************************************** ****************************************************************************
* Licensing * * Licensing *
**************************************************************************** ****************************************************************************
@ -32,9 +28,12 @@ information about a particular change.
provided for builds from released branches of Qt. provided for builds from released branches of Qt.
**************************************************************************** ****************************************************************************
* QtCore * * Library *
**************************************************************************** ****************************************************************************
QtCore
------
- QFile: - QFile:
* [QTBUG-69417] Fixed a regression in QFile::copy() that caused the * [QTBUG-69417] Fixed a regression in QFile::copy() that caused the
original file not to be copied entirely if it was modified outside of 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 prohibited Unicode codepoints to report isValid() == true, despite
clearing the hostname. clearing the hostname.
**************************************************************************** QtGui
* QtGui * -----
****************************************************************************
- QMatrix: - QMatrix:
* The qHash() implementation for QMatrix has been changed. * 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, * [QTBUG-70096] Fixed a possible crash when combining QStaticText,
QOpenGLWidget and Qt Quick in the same application. QOpenGLWidget and Qt Quick in the same application.
**************************************************************************** - Qt programs in Flatpak environment can now trigger IBus input method.
* QtWidgets *
**************************************************************************** QtWidgets
---------
- QMessageBox: - QMessageBox:
* [QTBUG-69526] A message box with two buttons, one of which is the "Show * [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-69274] SQLite was updated to version 3.24.0.
- [QTBUG-69271] PCRE2 was updated to version 10.31. - [QTBUG-69271] PCRE2 was updated to version 10.31.
****************************************************************************
* plugins *
****************************************************************************
- ibus:
* Qt programs in Flatpak environment can now trigger IBus input method.