diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-07-22 13:39:23 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-07-23 11:32:08 +0200 |
commit | 38a54cddd6298746ce05102f95b43106d89029ad (patch) | |
tree | 7ad8397a24dd3ea4e7cbf0e9878507716b251d7b | |
parent | 8c69974795695f8e1213b00d020214564b3eb464 (diff) | |
download | qtserialport-38a54cddd6298746ce05102f95b43106d89029ad.tar.gz |
Add changes-5.1.1 file
Change-Id: Ie9cb797b15859da5e0a4dcfeba6736c6ab3245bf
Reviewed-by: Laszlo Papp <lpapp@kde.org>
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
-rw-r--r-- | dist/changes-5.1.1 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dist/changes-5.1.1 b/dist/changes-5.1.1 new file mode 100644 index 0000000..e233af4 --- /dev/null +++ b/dist/changes-5.1.1 @@ -0,0 +1,25 @@ +Qt 5.1.1 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.1.0. + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + + http://qt-project.org/doc/qt-5.1/ + +The Qt version 5.1 series is binary compatible with the 5.0.x series. +Applications compiled for 5.0 will continue to run with 5.1. + +Some of the changes listed in this file include issue tracking numbers +corresponding to tasks in the Qt Bug Tracker: + + http://bugreports.qt-project.org/ + +Each of these identifiers can be entered in the bug tracker to obtain more +information about a particular change. + + +**************************************************************************** +* General * +**************************************************************************** + + - This release contains only minor code improvements. |