summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@nokia.com>2012-07-24 12:35:24 +0200
committerEike Ziller <eike.ziller@nokia.com>2012-07-24 12:36:01 +0200
commitcebf6b9329deeab410e09f09a17b9a611a40282d (patch)
tree616e19d75d3ce2e6c8c3cf6241563bcedde8dbdb
parent78d72c916b70a9a2f4b6e06e5ba76bdb08e1c56e (diff)
downloadqt-creator-cebf6b9329deeab410e09f09a17b9a611a40282d.tar.gz
Add changes file for 2.5.1
Change-Id: I3d02ab9423eb9d55ddf79791ca0c7c4514bcf47f Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
-rw-r--r--dist/changes-2.5.135
1 files changed, 35 insertions, 0 deletions
diff --git a/dist/changes-2.5.1 b/dist/changes-2.5.1
new file mode 100644
index 0000000000..fdf3cd1400
--- /dev/null
+++ b/dist/changes-2.5.1
@@ -0,0 +1,35 @@
+Qt Creator version 2.5.1 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.0...origin/2.5
+
+Managing Projects
+ * Fixed crash in CMake makestep if used in the deploystep list
+ (QTCREATORBUG-7427)
+ * Fixed crash on unloading Qt4 projects
+
+C++ Support
+ * Fixed crash on invalid class name (QTCREATORBUG-7462)
+ * Fixed class scope completion for templates
+
+QML/JS Support
+ * Fixed crash with e.g. color picker on Mac (QTCREATORBUG-7605)
+
+Help
+ * Handle mailto links (QTCREATORBUG-4058)
+
+Version Control
+ * Fixed SVN project status command when no document is open
+ * Fixed committing to Mercurial repositories (QTCREATORBUG-7511)
+
+Platform Specific
+
+Linux
+ * Fixed default UI language on systems where that contains region information
+
+Mac
+ * Fixed font rendering problems (QTCREATORBUG-7127, fixed in Qt)