From 84bca22f837614d6070318829c9b8a1b4f8ff87c Mon Sep 17 00:00:00 2001
From: hjk <qtc-committer@nokia.com>
Date: Tue, 17 Aug 2010 11:35:41 +0200
Subject: [PATCH] rename changes file and add a known-issues file

---
 dist/{changes-2.1.0 => changes-2.0.1} | 4 ++--
 dist/known-issues-2.0.1               | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename dist/{changes-2.1.0 => changes-2.0.1} (92%)
 create mode 100644 dist/known-issues-2.0.1

diff --git a/dist/changes-2.1.0 b/dist/changes-2.0.1
similarity index 92%
rename from dist/changes-2.1.0
rename to dist/changes-2.0.1
index 3ebced02344..749cc165ab4 100644
--- a/dist/changes-2.1.0
+++ b/dist/changes-2.0.1
@@ -1,11 +1,11 @@
-The QtCreator 2.1 release contains bug fixes and new features.
+The QtCreator 2.0.1 release contains mainly bug fixes on top of 2.0
 
 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 --cherry-pick --pretty=oneline v2.0.0...v2.1.0
+git log --cherry-pick --pretty=oneline v2.0.0...v2.0.1
 
 General
    * Fix the suggested path in the new dialog in case of sub projects
diff --git a/dist/known-issues-2.0.1 b/dist/known-issues-2.0.1
new file mode 100644
index 00000000000..e69de29bb2d
-- 
GitLab