diff options
author | Joey Hess <joey@kitenet.net> | 2010-09-10 17:17:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-09-10 17:17:08 -0400 |
commit | c4ebdd6f467f3361b1f444d9462e10acdbcf9322 (patch) | |
tree | 91542980462582541ca97f2da334ca71c8fa053f /debian | |
parent | 163fc34db7f29bc75a05c54b83c2a00c5ad899c2 (diff) | |
download | ikiwiki-c4ebdd6f467f3361b1f444d9462e10acdbcf9322.tar ikiwiki-c4ebdd6f467f3361b1f444d9462e10acdbcf9322.tar.gz |
Pass array of names of files that have been deleted to needsbuild hook as second parameter, to allow for plugins that needs access to this information earlier than the delete hook.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4b61a12b0..bf294b6d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,9 @@ ikiwiki (3.20100832) UNRELEASED; urgency=low * po: Allow enabling via web setup. * po: Auto-upgrade old format settings to new formats when writing setup file. + * Pass array of names of files that have been deleted to needsbuild hook + as second parameter, to allow for plugins that needs access to this + information earlier than the delete hook. -- Joey Hess <joeyh@debian.org> Tue, 07 Sep 2010 12:08:05 -0400 |