X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/128cb30e7acd607e8ee9cfa10dfe6f4ced35057a..d9695787fab9d345300d7064e0e25639fa7e6a5b:/debian/NEWS diff --git a/debian/NEWS b/debian/NEWS index bb52741e7..dd19e26b4 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,10 +1,53 @@ +ikiwiki (1.34) unstable; urgency=low + + The httpauth setting in config files has been removed. To enable + httpauth support on your wiki, you should now enable the httpauth plugin, + instead. + + This release includes OpenID support that is enabled through the openid + plugin. I recommend turning this on to make it easier for users to sign + in to your wiki. + + -- Joey Hess Sun, 19 Nov 2006 20:53:05 -0500 + +ikiwiki (1.32) unstable; urgency=low + + There is a change to the plugin interface in this version. Any plugins that + modify data in %links should pass scan => 1 when registering the hook that + does so. + + -- Joey Hess Sat, 28 Oct 2006 00:13:12 -0400 + +ikiwiki (1.29) unstable; urgency=low + + Wikis need to be rebuilt on upgrade to this version. If you listed your wiki + in /etc/ikiwiki/wikilist this will be done automatically when the Debian + package is upgraded. Or use ikiwiki-mass-rebuild to force a rebuild. + + There is a change to the plugin interface in this version. Plugins that use + %renderedfiles will need to be updated, as the hash's values are now arrays + of rendered files. Plugins that cause a page to render additional files + should use the new will_render function to register the files. + + -- Joey Hess Sun, 8 Oct 2006 17:27:56 -0400 + ikiwiki (1.22) unstable; urgency=low + + Due to some changes in the CSS, wikis should be rebuilt on upgrade to this + version. If you listed your wiki in /etc/ikiwiki/wikilist this will be done + automatically when the Debian package is upgraded. Or use ikiwiki-mass-rebuild + to force a rebuild. If you have modified versions of ikiwiki's html templates, you will need to update your templates to link to the stylesheet file using "style.css" instead of the old method which used STYLEURL. + There have also been some changes to the plugin interface: + Any plugins that use santize, htmlize, or format hooks will need to be + updated for this version of ikiwiki since these hooks have been changed + to use named parameters. + -- Joey Hess Tue, 22 Aug 2006 15:33:12 -0400 ikiwiki (1.13) unstable; urgency=low