diff options
author | Antti Kokko <[email protected]> | 2018-08-28 11:37:34 +0300 |
---|---|---|
committer | Jani Heikkinen <[email protected]> | 2018-08-29 04:53:03 +0000 |
commit | 4c1918c99db5bcb3c95e777df2f6886f46b0336b (patch) | |
tree | bb8cc8860f64ad00a7e44bce1f493631a9b795cd | |
parent | c95d904fa11b925a1617e4b5b2a87915079d8642 (diff) |
Add changes file for Qt 5.11.2v5.11.2
Change-Id: I52eb20d5fc1748de948e4fbd53c57382f26e5699
Reviewed-by: Frederik Gladhorn <[email protected]>
-rw-r--r-- | dist/changes-5.11.2 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dist/changes-5.11.2 b/dist/changes-5.11.2 new file mode 100644 index 0000000..8efdf5e --- /dev/null +++ b/dist/changes-5.11.2 @@ -0,0 +1,24 @@ +Qt 5.11.2 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.11.0 through 5.11.1. + +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. + +**************************************************************************** +* Qt 5.11.2 Changes * +**************************************************************************** + + - This release contains only minor code improvements. |