From f25dadf80e7c3bd5737fddc7d6312a6c713c4fe6 Mon Sep 17 00:00:00 2001 From: Eike Ziller <eike.ziller@nokia.com> Date: Wed, 8 Aug 2012 15:28:52 +0200 Subject: [PATCH] Add changes file for 2.5.2 Change-Id: Ied30b5449b638ff198d9fe8296aa5a0f38c9075e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com> --- dist/changes-2.5.2 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dist/changes-2.5.2 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) -- GitLab