Skip to content

Commit

Permalink
normalize layout of 5.11.2 changelog
Browse files Browse the repository at this point in the history
Change-Id: I15fc16072d39e08d549c51097fe39c8ecd4a3a16
Reviewed-by: Jani Heikkinen <[email protected]>
  • Loading branch information
ossilator authored and jaheikk committed Sep 13, 2018
1 parent 2aa779e commit a427b1b
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions dist/changes-5.11.2
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ 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.11.2 Changes *
****************************************************************************

****************************************************************************
* Licensing *
****************************************************************************
Expand All @@ -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
Expand Down Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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.

0 comments on commit a427b1b

Please sign in to comment.