diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-05-13 20:22:45 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-13 22:06:03 +0200 |
commit | d4ff8be3c23fe40cc5aaa4dd435376cd1b6f185a (patch) | |
tree | 2edd4a104219e683076c1316d9dd3efe39b62865 | |
parent | bd434a6ea358e96c373e3ad65bfb6d939904abf5 (diff) | |
download | qtgraphicaleffects-d4ff8be3c23fe40cc5aaa4dd435376cd1b6f185a.tar.gz |
Add changes-5.1.0 file
Change-Id: I74ec8ea6ee06476f501720a4142ced70a41d2962
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-rw-r--r-- | dist/changes-5.1.0 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dist/changes-5.1.0 b/dist/changes-5.1.0 new file mode 100644 index 0000000..505b0cc --- /dev/null +++ b/dist/changes-5.1.0 @@ -0,0 +1,22 @@ +Qt 5.1 introduces many new features and improvements as well as bugfixes +over the 5.0.x series. 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. |