From 09b98c02cb24ac844b8175eb773f52ac11beb52a Mon Sep 17 00:00:00 2001
From: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Date: Thu, 28 May 2009 13:31:28 +0200
Subject: [PATCH] Started 1.2.0 Changelog

---
 dist/changes-1.2.0 | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 dist/changes-1.2.0

diff --git a/dist/changes-1.2.0 b/dist/changes-1.2.0
new file mode 100644
index 00000000000..4e62734bf04
--- /dev/null
+++ b/dist/changes-1.2.0
@@ -0,0 +1,40 @@
+The QtCreator 1.2 release contains bug fixes and new features.
+
+A more detailed list of changes follows below. If you want to know the exact
+and complete list of changes, you can check out the QtCreator sources from the
+public git repository and check the logs, e.g.
+
+git clone git://labs.trolltech.com/qt-creator
+git log --pretty=oneline v1.1.0..v1.2.0
+
+This release introduces source and binary incompatible changes to the plugin
+API, so if you created your own custom plugins these need to be adapted.
+
+Editing
+
+
+Building and Running
+
+
+Debugging
+   * Added Windows Console Debugger support
+   * Added command line options to attach to process ids
+   * Further improved dumpers; do additional memory checking on Windows to
+     avoid crashes for speedup
+   * Changed method of dumper loading on Windows, enabling it for MinGW 64
+
+Wizards
+
+Designer
+   * Added "Qt Designer" (external editor) to "Open With" menus
+
+Version control plugins
+   * Made submit action raise existing submit editors
+   * Made svn detection recognize TortoiseSVN using "_svn" as directory
+   * Fixed perforce configuration checking, made it use the settings correctly
+
+I18N
+   * Added infrastructure for translations
+   * Added German translation
+
+Additional credits go to:
-- 
GitLab