diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-07-26 21:50:25 +0200 |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-07-26 21:50:25 +0200 |
commit | 9e21979e13304b858301a62d227b7a801b949761 (patch) | |
tree | ac0de7572e8f7dab1da3406eb67ac43c43b4a3e1 | |
parent | fb048ecc788e1daae5b9c3bf57ab15c306d6b397 (diff) | |
parent | 520dcd65b5dce886c5f458deb60dde157c5dd884 (diff) | |
download | qtgraphicaleffects-9e21979e13304b858301a62d227b7a801b949761.tar.gz qtgraphicaleffects-9e21979e13304b858301a62d227b7a801b949761.tar.bz2 qtgraphicaleffects-9e21979e13304b858301a62d227b7a801b949761.zip |
Merge remote-tracking branch 'origin/release' into stable
Change-Id: I663dcb98573fa55d69b73f3740aa54772c55ff14
-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. |