From ade80e5c4dffca1a95de0189130ecf5f7e4011e9 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 27 Nov 2012 06:14:05 +0300 Subject: [PATCH] Update version and changelog --- CHANGELOG | 14 ++++++++++++++ VERSION | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 2eca1f14..c939e159 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,17 @@ +v 3.2.0 + - Remove project code - use path instead + - added username field to user + - rake task to fill usernames based on emails create namespaces for users + - STI Group < Namespace + - Project has namespace_id + - Projects with namespaces also namespaced in gitolite and stored in subdir + - Moving project to group will move it under group namespace + - Ability to move project from namespaces to another + - Fixes commit patches getting escaped (see #2036) + - Support diff and patch generation for commits and merge request + - MergeReqest doesn't generate a temporary file for the patch any more + - Update the UI to allow downloading Patch or Diff + v 3.1.0 - Updated gems - Services: Gitlab CI integration diff --git a/VERSION b/VERSION index fd2a0186..e7326920 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.0 +3.2.0pre