diff options
author | devaroop <devaroop123@yahoo.co.in> | 2013-10-02 20:39:29 +0530 |
---|---|---|
committer | devaroop <devaroop123@yahoo.co.in> | 2013-10-03 12:50:33 +0530 |
commit | b9d58c4cecd06be74c3cc32ccfb522b31544ab2e (patch) | |
tree | 7f6f4429179e296a0a3a73f0afe1bf988b92050f /CHANGELOG | |
parent | e219cf7246c6a0495e4507deaffeba11e79f13b8 (diff) | |
download | gitlab-ce-b9d58c4cecd06be74c3cc32ccfb522b31544ab2e.tar.gz |
getting user keys publically through http without any authentication, the github way. E.g: http://github.com/devaroop.keys
changelog updated to include ssh key retrieval feature update
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index c1107717fc8..1459ef84ae9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,5 @@ v 6.2.0 + - Retrieving user ssh keys publically(github style): http://__HOST__/__USERNAME__.keys - Public projects are visible from the outside - Add group access to permissions page - Require current password to change one |