From 59f3c4a5129f3144c72e8fbfae09aa14a3e8c15b Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Sat, 30 Apr 2011 06:40:19 +0530 Subject: [PATCH] v2.0.1 --- doc/CHANGELOG | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 150394f..a8679b1 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -2,6 +2,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...] + - v2.0.1 + + - "hooklets" allow you to have any number of site-local 'update hook' + scripts play nicely with gitolite + + - the "include" statement can now use globs -- makes some types of setups + sooooo easy! + + - mirroring finally tested properly after v2 + + - 'hub' adc (pull requests etc) + + - warn() and die() are now logged + - v2.0 - gl-pre-git hook added