summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgitlabhq <m@gitlabhq.com>2011-10-21 09:58:28 +0300
committergitlabhq <m@gitlabhq.com>2011-10-22 14:08:02 +0300
commit977fe7307320ccd7613ea97823b68ab356ebbe60 (patch)
treeb12d2219cd9da90d9efc0a309f2b43dfce5e3f33
parentc66c30c821a77309302560667692854b2caabb8d (diff)
downloadgitlab-ce-977fe7307320ccd7613ea97823b68ab356ebbe60.tar.gz
prepare for 1.1
-rw-r--r--CHANGELOG2
-rw-r--r--VERSION2
-rw-r--r--update.rb4
3 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index aa8461661ec..96acfba1440 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,6 @@
v 1.1.0
+ - project dashboard
+ - wall redesigned
- feature: code snippets
- fixed horizontal scroll on file preview
- fixed app crash if commit message has invalid chars
diff --git a/VERSION b/VERSION
index 6d7de6e6abe..9084fa2f716 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.2
+1.1.0
diff --git a/update.rb b/update.rb
index dccb7df3699..b81a4088887 100644
--- a/update.rb
+++ b/update.rb
@@ -19,8 +19,8 @@ env = if envs.include?(ARGV[0])
puts yellow "== RAILS ENV | #{env}"
current_version = version
puts yellow "Your version is #{current_version}"
-puts yellow "Check for new version: $ git pull origin"
-`git pull origin` # pull from origin
+puts yellow "Check for new version: $ git pull origin 1x"
+`git pull origin 1x` # pull from origin
# latest version
if version == current_version