updated for this version of ikiwiki since these hooks have been changed
to use named parameters.
+ 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 ikiiki-mass-rebuild
+ to force a rebuild.
+
-- Joey Hess <joeyh@debian.org> Tue, 22 Aug 2006 15:33:12 -0400
ikiwiki (1.13) unstable; urgency=low
* Change htmlize, format, and sanitize hooks to use named parameters.
* Patch from James Westby to add an actions option to inline; this
adds Edit and Discussion links at the end of blog entries.
+ * Due to some css changes, you'll want to rebuild your wiki on upgrade
+ to this version. Will be handled automatically by the deb.
-- Joey Hess <joeyh@debian.org> Mon, 28 Aug 2006 15:29:14 -0400
# Change this when some incompatible change is made that requires
# rebuilding all wikis.
-firstcompat=1.18
+firstcompat=1.22
if [ "$1" = configure ] && \
dpkg --compare-versions "$2" lt "$firstcompat"; then