summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2009-07-01 15:53:22 +0200
committerDaniel Molkentin <daniel.molkentin@nokia.com>2009-07-01 15:53:22 +0200
commit901896770a1210c79ccf82671ace146161b58a9b (patch)
tree3dc5b62152ce63866df03bead0ad2bd0b12d8029
parent46d9f8e2ddccaca55c92321ef2ae7ab5243c54cd (diff)
downloadqt-creator-901896770a1210c79ccf82671ace146161b58a9b.tar.gz
Added ChangeLog for Qt Creator 1.2.1
-rw-r--r--dist/changes-1.2.125
1 files changed, 25 insertions, 0 deletions
diff --git a/dist/changes-1.2.1 b/dist/changes-1.2.1
new file mode 100644
index 0000000000..b1c6de5204
--- /dev/null
+++ b/dist/changes-1.2.1
@@ -0,0 +1,25 @@
+The QtCreator 1.2 release is a bug fix release and updates translations.
+
+Below is a list of relevant changes. You can find a complete list of changes
+within the logs of Qt Creator's sources. Simply check it out from the public git
+repository e.g.,
+
+git clone git://gitorious.org/qt-creator/qt-creator.git
+git log --pretty=oneline v1.2.0..v1.2.1
+
+Building and Running
+ * Fixed crash when clicking on the Build Settings tab with an invalid Qt version.
+ * Fixed crash when removing an active .pro file outside Qt Creator.
+
+Debugging
+ * Fixed problem with GDB debugging after first debugging run
+ * Fixed display of debugging helper status in some cases
+ * Disallow starting CDB debugger more than once
+ * Additional debug output for the CDB debugger
+ * Make loading debugging helpers more reliable with GDB
+ * Fixed regression in QVariant dumper
+ * Removed QtGui dependency from debugging helpers
+ * Made it possible to build the debugging helpers for Qt 4.4 again
+
+I18N:
+ * Fixed Russian translation \ No newline at end of file