From f63b3167286d9ec4e006de2e9cb593b252b7b583 Mon Sep 17 00:00:00 2001 From: Leena Miettinen <riitta-leena.miettinen@nokia.com> Date: Thu, 9 Sep 2010 09:45:27 +0200 Subject: [PATCH] Doc - Add template for 2.1 change log. --- dist/changes-2.1 | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 dist/changes-2.1 diff --git a/dist/changes-2.1 b/dist/changes-2.1 new file mode 100644 index 00000000000..9d6fb714f03 --- /dev/null +++ b/dist/changes-2.1 @@ -0,0 +1,43 @@ +The QtCreator 2.1 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 Qt Creator sources. Simply check it 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.0.0...v2.0.1 + +General + * + * + +Editing + +C++ Support + +Project support + +Debugging + +Help + +QML/JS Support + +Platform Specific + +Mac + +Linux (GNOME and KDE) + +Windows + +Symbian Target + +Maemo Target + +Version control plugins + +Wizards + +Additional credits go to: + -- GitLab