Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-05-19 14:17:34 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-05-19 14:17:34 +0400
commit5d24082787944e25df4355fc13cf3dd7274a40ea (patch)
tree4613c1fd53b1df62a94480456be579c03320f890
parent860e3ab526bbcccd64aac45fa377c14e78ef345c (diff)
Preparing to v2.5
-rw-r--r--CHANGELOG7
-rw-r--r--VERSION2
-rw-r--r--app/views/help/index.html.haml2
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index de2fab6f1c6..588e70c4167 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+v 2.5.0
+ - UI polished
+ - Git blame for file
+ - Bugfix
+ - Email in resque
+ - Better test coverage
+
v 2.4.0
- Admin area stats page
- Ability to block user
diff --git a/VERSION b/VERSION
index 197c4d5c2d7..437459cd94c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.4.0
+2.5.0
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml
index 6e180acd7dd..a5040f68c63 100644
--- a/app/views/help/index.html.haml
+++ b/app/views/help/index.html.haml
@@ -1,6 +1,6 @@
%h3
Gitlabhq
- %span.right v2.4
+ %span.right v2.5
%hr
%h4 Self Hosted Git Management
%h4 Fast, secure and stable solution based on Ruby on Rails & Gitolite.