From 47df37addf23ddadf7a70e3c580a37093b527f72 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 28 Aug 2006 20:04:10 +0000 Subject: [PATCH] rebuild needed due to css changes --- debian/NEWS | 5 +++++ debian/changelog | 2 ++ debian/postinst | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/NEWS b/debian/NEWS index 3222ec69e..4c793d106 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -10,6 +10,11 @@ ikiwiki (1.22) unstable; urgency=low 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 Tue, 22 Aug 2006 15:33:12 -0400 ikiwiki (1.13) unstable; urgency=low diff --git a/debian/changelog b/debian/changelog index d4b496739..fa36a57c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -44,6 +44,8 @@ ikiwiki (1.22) UNRELEASED; 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 Mon, 28 Aug 2006 15:29:14 -0400 diff --git a/debian/postinst b/debian/postinst index f7043ecad..006325b4a 100755 --- a/debian/postinst +++ b/debian/postinst @@ -4,7 +4,7 @@ set -e # 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 -- 2.32.0.93.g670b81a890