aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@nokia.com>2012-08-20 13:12:25 +0200
committerEike Ziller <eike.ziller@nokia.com>2012-08-20 13:12:25 +0200
commit92bdd2b7fa42b8f43bd1a5238a1d0fca9a46145e (patch)
treed6a0925f1f97b4f4a599ca14d5708b0d3c28bda0 /dist
parent4706765af97c0d388537d960f9e3766636d82026 (diff)
parentf1774930cc79ac10526478dd75257e5bc884c46b (diff)
Merge remote-tracking branch 'origin/2.5' into 2.6
Conflicts: src/plugins/coreplugin/progressmanager/progressmanager_win.cpp Change-Id: I7c5168894bd202f9fec8fd3278fad8c3b4f4449c
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-2.5.213
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)