From 01e789a1e168890c7df592ddf239d95e194661cd Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Mon, 13 Feb 2012 08:45:33 +0530 Subject: [PATCH] v2.3 --- doc/CHANGELOG | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 3c5c25e..e478ad4 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -2,6 +2,19 @@ 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...] + - v2.3 + + - added "M" permission to allow enforcing a "no-merges" policy. + + - gl-setup is a little more puppet-friendly. To be specific, you can now + manage gitolite without having gitolite-admin as a repo, such as can + happen with puppet and such. The commit message for d08aca6 has details + and a script that may help you if you're doing this. + + - v2.2.1 (caused by minor bug re not handling blank lines in authkeys file) + + - ADCs gained new functions can_{read,write,create}, is_admin, and in_group. + - v2.2, gpg signed :-) - major change to the online rendered docs to make them more readable