aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSitaram Chamarty <sitaram@atc.tcs.com>2011-04-30 06:40:19 +0530
committerSitaram Chamarty <sitaram@atc.tcs.com>2011-04-30 06:40:53 +0530
commit59f3c4a5129f3144c72e8fbfae09aa14a3e8c15b (patch)
tree0c545ee602a2d5f7a9ebdafbc944c58ef5bf77cb
parentmore docfixes, esp the install doc (diff)
downloadgitolite-gentoo-upstream/2.0.1.tar.gz
gitolite-gentoo-upstream/2.0.1.tar.bz2
gitolite-gentoo-upstream/2.0.1.zip
-rw-r--r--doc/CHANGELOG14
1 files changed, 14 insertions, 0 deletions
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