diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2020-06-16 15:31:25 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2020-06-16 15:31:25 -0700 |
commit | 650e7013119fbe22e3594e47c287be99beca664c (patch) | |
tree | a79126c9383a8f53243859e5d620dec99dba4d92 | |
parent | Merge remote-tracking branch 'upstream/master' (diff) | |
parent | v3.6.7 (diff) | |
download | gitolite-gentoo-3.6.7.tar.gz gitolite-gentoo-3.6.7.tar.bz2 gitolite-gentoo-3.6.7.zip |
Merge tag 'v3.6.7'gitolite-gentoo-3.6.7
v3.6.7
-rw-r--r-- | CHANGELOG | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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) |