diff options
author | Joey Hess <joey@kitenet.net> | 2010-07-26 16:24:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-07-26 16:33:42 -0400 |
commit | c401b6958af7e12c1c2c46f870691bfb0a998fd3 (patch) | |
tree | ea0d991a16d08022209bb71d9202f1e4127c849b /debian | |
parent | b300bc9650a40885cd8c6e0a646436539aed95c1 (diff) | |
download | ikiwiki-c401b6958af7e12c1c2c46f870691bfb0a998fd3.tar ikiwiki-c401b6958af7e12c1c2c46f870691bfb0a998fd3.tar.gz |
Add new disable hook, allowing plugins to perform cleanup after they have been disabled.
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 167d02c6f..5645b34d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ ikiwiki (3.20100723) UNRELEASED; urgency=low * git: Fix gitweb historyurl examples so "diff to current" links work. (Thanks jrayhawk) * meta: Allow syntax closer to html meta to be used. + * Add new disable hook, allowing plugins to perform cleanup after they + have been disabled. -- Joey Hess <joeyh@debian.org> Fri, 23 Jul 2010 14:00:32 -0400 |