summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-19 17:27:23 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-19 17:27:23 +0200
commit6cc3cc515267712733d6dd1643080bd6b2cc6cdc (patch)
treec19e9b8512a2af21702aec874b064da241e3a914
parent9772cefc43d1b9ea8ad526a33e20706361857b0f (diff)
downloadgitlab-ce-6cc3cc515267712733d6dd1643080bd6b2cc6cdc.tar.gz
Changelog entries and version up to beta1
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--CHANGELOG5
-rw-r--r--VERSION2
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4f3651994a9..30710fcebf2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,7 @@ v 6.3.0
- Fixed issue with 500 error when group did not exist
- Ability to leave project
- You can create file in repo using UI
+ - You can remove file from repo using UI
- API: dropped default_branch attribute from project during creation
- Project default_branch is not stored in db any more. It takes from repo now.
- Admin broadcast messages
@@ -16,8 +17,10 @@ v 6.3.0
- Dont show last push widget if user removed this branch
- Fix 500 error for repos with newline in file name
- Extended html titles
- - API: create/update repo files
+ - API: create/update/delete repo files
- Admin can transfer project to any namespace
+ - API: projects/all for admin users
+ - Fix recent branches order
v 6.2.4
- Security: Cast API private_token to string (CVE-2013-4580)
diff --git a/VERSION b/VERSION
index 5a903253f44..d953a54074e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-6.3.0.pre
+6.3.0.beta1