diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-05-13 20:34:05 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-14 13:38:54 +0200 |
commit | a3c562e45448d5a512de5c8e635bf0e9cdb3efaa (patch) | |
tree | 856172c0afc3956b62358bd830ccd54931ef9481 /dist | |
parent | 376d3c61aa9e3ad42f338bb67eaa82726a57a0c4 (diff) | |
download | qtwebkit-examples-a3c562e45448d5a512de5c8e635bf0e9cdb3efaa.tar.gz |
Add changes-5.1.0 file
Change-Id: I90cf290d4dd630218fe8ef11f9e3e6b5d03e545e
Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'dist')
-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..1f8dac6 --- /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 * +**************************************************************************** + + - Rename QtWebKit Examples and Demos to QtWebKit Examples |