aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSitaram Chamarty <sitaram@atc.tcs.com>2015-04-26 15:08:49 +0530
committerSitaram Chamarty <sitaram@atc.tcs.com>2015-04-26 15:08:49 +0530
commit5d24ae666bfd2fa9093d67c840eb8d686992083f (patch)
tree5675f4d3b112eae384ae7d354a5970040dca0db4 /CHANGELOG
parentallow limited remote use of 'git config' (diff)
downloadgitolite-gentoo-5d24ae666bfd2fa9093d67c840eb8d686992083f.tar.gz
gitolite-gentoo-5d24ae666bfd2fa9093d67c840eb8d686992083f.tar.bz2
gitolite-gentoo-5d24ae666bfd2fa9093d67c840eb8d686992083f.zip
v3.6.3v3.6.3
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index edf7cb9..021ebdc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,26 @@
+2015-04-26 v3.6.3 allow limited use of 'git config' using the new 'config'
+ command
+
+ accept openssh 6.8's new fingerprint output format
+
+ (finally!) allow limited symlinks within ~/repositories;
+ see commit 8e36230 for details
+
+ perms command now lists available roles
+
+ minor backward compat breakage: 'perms -l repo' no longer
+ works; see 'perms -h' for new usage
+
+ allow gitolite-shell to be used as $SHELL (experts only;
+ no support, no docs; see commit 9cd1e37 for details)
+
+ help with 'git push --signed' using a post-receive hook to
+ adopt push certs into 'refs/push-certs'; for details see
+ contrib/hooks/repo-specific/save-push-signatures
+
+ new 'transparent proxy' feature for git repos; see
+ src/lib/Gitolite/Triggers/TProxy.pm for details
+
2014-11-10 v3.6.2 disable ../ everywhere (see mailing list thread for
details)