diff options
author | Liang Qi <[email protected]> | 2017-06-30 10:11:06 +0200 |
---|---|---|
committer | Liang Qi <[email protected]> | 2017-06-30 10:11:06 +0200 |
commit | 1842c5e5d566117d80f0ca2db1f0fc71a6dfeca6 (patch) | |
tree | 7e24adde68b894406ec9ce41b1604d64daecec53 | |
parent | d4f1fc91bbc4adfa4cd7dba40b892e1c3ddeca14 (diff) | |
parent | 531b3cca5c7d480c8b332ffe3e9dd68c214adc79 (diff) |
Merge remote-tracking branch 'origin/5.9.1' into 5.9
Change-Id: I83d45fe095b07fb0fdf6b294dcfaf6cffa9585a3
-rw-r--r-- | dist/changes-5.9.1 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dist/changes-5.9.1 b/dist/changes-5.9.1 new file mode 100644 index 0000000..60a7de0 --- /dev/null +++ b/dist/changes-5.9.1 @@ -0,0 +1,24 @@ +Qt 5.9.1 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.9.0. + +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.9 series is binary compatible with the 5.8.x series. +Applications compiled for 5.8 will continue to run with 5.9. + +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. + +**************************************************************************** +* Library * +**************************************************************************** + +- This release contains only minor code improvements. |