aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSitaram Chamarty <sitaram@atc.tcs.com>2017-07-02 19:31:25 +0530
committerSitaram Chamarty <sitaram@atc.tcs.com>2017-07-02 19:31:25 +0530
commit9123ae44b14b9df423a7bf1e693e05865ca320ac (patch)
treed82dee8ad23b57e0507b9f4253657b53341108a7 /CHANGELOG
parentadd example PRE_GIT code for blocking access (IP-check) (diff)
downloadgitolite-gentoo-9123ae44b14b9df423a7bf1e693e05865ca320ac.tar.gz
gitolite-gentoo-9123ae44b14b9df423a7bf1e693e05865ca320ac.tar.bz2
gitolite-gentoo-9123ae44b14b9df423a7bf1e693e05865ca320ac.zip
v3.6.7v3.6.7
Diffstat (limited to 'CHANGELOG')
-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)