From 871ed281cc141d557ad4ee18e4856f88596aa788 Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Sat, 3 Sep 2011 12:23:49 +0530 Subject: [PATCH] v2.1 --- doc/CHANGELOG | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 6973db2..f3dc7c2 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -2,6 +2,35 @@ 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.1 + + - 'symbolic-ref' ADC replaces and obsoletes 'set-head' + + - BIG CHANGE: easy-install ('from-client' method) is now HISTORY from the + docs and code. Upgrade to one of the other methods. Look for a section + on "upgrading from from-client method to non-root method" in the docs + + - nice new "password access" mode for people who can't grok ssh keys + + - new program gl-dryrun, to be run in any admin repo clone, to check syntax + errors etc before you actually push + + - very complex mirroring setups now have a helper script to setup + + - behanw contributed a better converter for gitosis + + - the mirroring stuff is just out of this world now... + + - new 'subconf' feature to explicitly delegate; the implicit one is now + legacy, but is backward compatibly handled so you don't need to fix your + config + + - delegation now allows includes in fragments -- no idea why we first + disallowed this + + - fix accumulation and sequencing of git config lines; very important for + mirroring (coming up) + - v2.0.3 - gl-dont-panic replaced by more generic gl-admin-push