Reimplemented ACL generation to avoid quadratic complexity.
[gitosis/httpauth.git] / debian / changelog
blob2b38c35322f963f4873c40ca099a9139748edad6
1 gitosis (0.2) unstable; urgency=low
3   * Fix initial push syntax in README. Needs to say "refs/heads/".
4   * Clean up more files in debian/rules.
5   * Mark the generated egg as non-zip-safe.
6   * Ensure "git init" doesn't write to stdout, and confuse a push.
7     The repository autocreation functionality ends up sending the
8     stdout to the client side, and there a very confused git push
9     can't make any sense of the protocol.
10   * Adjust README to make adduser create the home directory.
11   * Avoid missing configuration file trouble on initial run
12     of gitosis-init (and hence, gitosis-run-hook).
13   * Allow using email address in SSH public key user fields.
14   * Make sure ~git/.ssh exists in gitosis-init.
16  -- Tommi Virtanen <tv@debian.org>  Mon,  3 Sep 2007 23:28:23 -0700
18 gitosis (0.1) unstable; urgency=low
20   * Initial Release.
22  -- Tommi Virtanen <tv@debian.org>  Mon,  4 Jun 2007 12:49:11 +0300