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 <dzaporozhets@sphereconsultinginc.com>2011-10-21 10:58:28 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-10-21 10:58:28 +0400
commit4270686a7ef692a2ad00c17a9283fdad467cabf6 (patch)
tree3aacaca555bdb65607339cf0ee08cea9ab3c08b3
parenta79b5517d92a2ca3d659b5defac3cd0990ebdb6c (diff)
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