diff options
author | Sitaram Chamarty <sitaram@atc.tcs.com> | 2010-04-13 18:35:06 +0530 |
---|---|---|
committer | Sitaram Chamarty <sitaram@atc.tcs.com> | 2010-04-13 18:35:33 +0530 |
commit | 850e583ac7d477f1c134bdc1085a5c7dd7d13d91 (patch) | |
tree | 175efaabe794bab67f692e4bd74db65401ec8341 | |
parent | allow user to define filenames that our hooks chain to (diff) | |
download | gitolite-gentoo-1.4.tar.gz gitolite-gentoo-1.4.tar.bz2 gitolite-gentoo-1.4.zip |
changelog for v1.4v1.4
-rw-r--r-- | doc/CHANGELOG | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 4dd89b7..d1c1584 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -1,5 +1,20 @@ Major changes to gitolite, master branch only, most recent first, no dates but the tags can help you position stuff approximately +[NYD = not yet documented due to lack of time...] + + - v1.4 + + - recurse through keydir for pubkeys + - bypass update hook if GL_BYPASS_UPDATE_HOOK is available in ENV + - new server-side program "gl-tool", subcommand "shell-add" + - new "D" permission (makes RW+ no longer imply "D" if used) + - @all for repos is now a true @all + - allow setperms to specify @all + - post-update hook and gl-setup should be dash compat now + - workaround for a Data::Dumper crash; see 412a691 + - both hooks chain to "<hookname>.secondary" now + + - new style personal branches (see 2456cc1 for advantages) - v1.3 @@ -13,12 +28,12 @@ the tags can help you position stuff approximately - v1.1 - contrib directory added - - expand now lists non-wildcard repos also - - refs also have groups now - - allow admins to get "info" for other users + - expand now lists non-wildcard repos also (expand is NYD) + - refs also have groups now (NYD) + - allow admins to get "info" for other users (NYD) - wildrepos merged - - getdesc and setdesc for wildrepos + - getdesc and setdesc for wildrepos (NYD) - htpasswd subcommand - access control for rsync |