diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-10-08 22:20:41 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-10-08 22:20:41 +0000 |
commit | 8c0f961264bf44654deac9bc9e5e64278c4d75b7 (patch) | |
tree | 9548d9c426739c20029af4e6c1d6f91fb4f0896c | |
parent | 43ede4be2e82dd07e8689c9ef7029ed7d3adc5bb (diff) | |
download | ikiwiki-8c0f961264bf44654deac9bc9e5e64278c4d75b7.tar ikiwiki-8c0f961264bf44654deac9bc9e5e64278c4d75b7.tar.gz |
update
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 758a81c47..29bccaf11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,10 +9,12 @@ ikiwiki (1.29) UNRELEASED; urgency=low source file, to allow tracking of extra rendered files like rss feeds. * Note that plugins that accessed this variable will need to be updated! The plugin interface has been increased to version 1.01 for this change. + As few plugins use %renderedfiles I haven't done anything else to ensure + compatability of old plugins. * Add will_render function to the plugin interface, used to register that a - page renders a destination file, and do some security checks. + page renders a destination file, and do some security checks. Previously + but no longer rendered files will be cleaned up. * Use will_render in the inline and linkmap plugins. - * Previously but no longer rendered files will be cleaned up. * You will need to rebuild your wiki on upgrade to this version. -- Joey Hess <joeyh@debian.org> Sun, 8 Oct 2006 16:53:17 -0400 |