X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/f82a7d266849c525ec2bbe1d098bd70d755f0f94..ad01bcd8b49deed11f602c43d1da8235280d5d6b:/debian/changelog?ds=sidebyside diff --git a/debian/changelog b/debian/changelog index ab26024ab..afa0d9228 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +ikiwiki (1.33) unstable; urgency=low + + * Fix issue with aggregate plugin updating expired pages. + * Avoid syntax errors in templates used by the template plugin crashing + ikiwiki. + * Enable utf8 file IO in aggregate plugin. + * Fix some issues with the new registration form. + * Patch from Ethan Glasser Camp to add a skip option to the inline plugin. + * Make sure to check for errors from every eval. + * Fix img plugin's handling of adding dependencies for images that do not + yet exist. + * Work around a strange bug in CGI::FormBuilder 3.0401 that makes + FORM-SUBMIT unusable on customised formbuilder templates. For now, + hardcode the submit buttons in editpage.tmpl instead of using the + template variable, which is ok, since the buttons are static. + * Work with hyperestraier 1.4.9. + + -- Joey Hess Wed, 15 Nov 2006 18:32:26 -0500 + ikiwiki (1.32) unstable; urgency=low * Add a separate pass to find page links, and only render each page once,