From 9549205ce4ac9a1705668e99a56b269ffbbd8686 Mon Sep 17 00:00:00 2001
From: Daniel Molkentin <daniel.molkentin@nokia.com>
Date: Tue, 30 Jun 2009 16:23:37 +0200
Subject: [PATCH] stub files for 1.3.0 changes

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

diff --git a/dist/changes-1.3.0 b/dist/changes-1.3.0
new file mode 100644
index 00000000000..9bb183c4993
--- /dev/null
+++ b/dist/changes-1.3.0
@@ -0,0 +1,14 @@
+The QtCreator 1.3 release contains bug fixes and new features.
+
+Below is a list of relevant changes. You can find a complete list of changes
+within the logs of QtCreator'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..master
+
+This release introduces source and binary incompatible changes to the plugin
+API, so if you have created your own custom plugins, they will need to be
+adapted accordingly.
+
+...
-- 
GitLab