diff options
author | Eike Ziller <[email protected]> | 2012-08-08 15:28:52 +0200 |
---|---|---|
committer | Eike Ziller <[email protected]> | 2012-08-08 15:47:06 +0200 |
commit | f25dadf80e7c3bd5737fddc7d6312a6c713c4fe6 (patch) | |
tree | 8d3b7556911d749315a8099ac0777313d2da2389 | |
parent | a879876b041abc0b0e7d4be831d57db9d8191d87 (diff) |
Add changes file for 2.5.2v2.5.2
Change-Id: Ied30b5449b638ff198d9fe8296aa5a0f38c9075e
Reviewed-by: Leena Miettinen <[email protected]>
-rw-r--r-- | dist/changes-2.5.2 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dist/changes-2.5.2 b/dist/changes-2.5.2 new file mode 100644 index 00000000000..22d5ead808d --- /dev/null +++ b/dist/changes-2.5.2 @@ -0,0 +1,13 @@ +Qt Creator version 2.5.2 contains bug fixes. + +The most important changes are listed in this document. For a complete +list of changes, see the Git log for the Qt Creator sources that +you can check out from the public Git repository. For example: + +git clone git://gitorious.org/qt-creator/qt-creator.git +git log --cherry-pick --pretty=oneline v2.5.1...v2.5.2 + +Platform Specific + +Windows + * Fixed resource leak leading to regular crashes (QTCREATORBUG-7385) |