aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2020-06-16 15:31:25 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2020-06-16 15:31:25 -0700
commit650e7013119fbe22e3594e47c287be99beca664c (patch)
treea79126c9383a8f53243859e5d620dec99dba4d92
parentMerge remote-tracking branch 'upstream/master' (diff)
parentv3.6.7 (diff)
downloadgitolite-gentoo-650e7013119fbe22e3594e47c287be99beca664c.tar.gz
gitolite-gentoo-650e7013119fbe22e3594e47c287be99beca664c.tar.bz2
gitolite-gentoo-650e7013119fbe22e3594e47c287be99beca664c.zip
Merge tag 'v3.6.7'gitolite-gentoo-3.6.7
v3.6.7
-rw-r--r--CHANGELOG14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ebbbebb..c117811 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,17 @@
+2017-07-02 v3.6.7 allow repo-specific hooks to be organised into
+ subdirectories, and allow the multi-hook driver to be
+ placed in some other location of your choice
+
+ allow simple test code to be embedded within the
+ gitolite.conf file; see contrib/utils/testconf for how.
+ (This goes on the client side, not on the server)
+
+ allow syslog "facility" to be changed, from the default of
+ 'local0'
+
+ allow @group names in config values to be expanded; it is
+ replaced with a space separated list of members
+
2016-09-08 v3.6.6 simple but important fix for a future perl deprecation
(perl will be removing "." from @INC in 5.24)