Commit 6cc3cc515267712733d6dd1643080bd6b2cc6cdc

Authored by Dmitriy Zaporozhets
1 parent 9772cefc

Changelog entries and version up to beta1

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 2 changed files with 5 additions and 2 deletions   Show diff stats
CHANGELOG
... ... @@ -9,6 +9,7 @@ v 6.3.0
9 9 - Fixed issue with 500 error when group did not exist
10 10 - Ability to leave project
11 11 - You can create file in repo using UI
  12 + - You can remove file from repo using UI
12 13 - API: dropped default_branch attribute from project during creation
13 14 - Project default_branch is not stored in db any more. It takes from repo now.
14 15 - Admin broadcast messages
... ... @@ -16,8 +17,10 @@ v 6.3.0
16 17 - Dont show last push widget if user removed this branch
17 18 - Fix 500 error for repos with newline in file name
18 19 - Extended html titles
19   - - API: create/update repo files
  20 + - API: create/update/delete repo files
20 21 - Admin can transfer project to any namespace
  22 + - API: projects/all for admin users
  23 + - Fix recent branches order
21 24  
22 25 v 6.2.4
23 26 - Security: Cast API private_token to string (CVE-2013-4580)
... ...
VERSION
1   -6.3.0.pre
  1 +6.3.0.beta1
... ...