From f03727cda0f87c1f3f6ffcb88c0b9c18d4225ddf Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Mon, 1 Oct 2012 12:04:20 -0600 Subject: [PATCH] Add ChangeLog --- ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..e5e5912 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,24 @@ +0.6 +* Fix user group id for repo and non-repo commands through repo_shell + +0.5 +* Change config file name to /etc/repo_shell.conf +* Implement /etc/repo_shell.cfg allow_interactive feature +* git ACLs match repo -> repo.git much like git tools (git clone, fetch, etc.) +* git ACL file is always {git_root}/.gitacls +* 'repo_shell -c ' provides 3rd party access to git ACL info +* Add gitcreate helper script + +0.4 +* Improved git ACL handling + +0.3 +* Add support for git ACLs +* Add svncreate helper script + +0.2 +* Allow bash shell access through repo_shell +* Ensure non-repo commands run as connected user + +0.1 +* Initial version -- 2.39.2