diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-23 18:05:57 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-23 18:05:57 -0400 |
commit | 85f4b99710fa94b9b67cee061c37eaf49be36b25 (patch) | |
tree | 0c3f8d4857b4fc93f52e63f3d4e9154a3e129d07 /debian | |
parent | f349e4ef36d0653c779872d9eb8dca94e6c15d90 (diff) | |
download | ikiwiki-85f4b99710fa94b9b67cee061c37eaf49be36b25.tar ikiwiki-85f4b99710fa94b9b67cee061c37eaf49be36b25.tar.gz |
untrusted committers code seems to be fully working
Still need to investigate possible races, and test some more.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 49bd85447..d8e26e4c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,8 @@ ikiwiki (2.68) UNRELEASED; urgency=low * Updated Danish translation from Jonas Smedegaard. Closes: #503117 * Optimise the no-op post-commit hook in the web edit case by skipping loading plugins. (Particularly a win when using external plugins.) + * Add support for checking pushes from untrusted git committers. This can be + used to set up anonymous git pushes, and other similar things. -- Joey Hess <joeyh@debian.org> Fri, 17 Oct 2008 20:11:02 -0400 |