From 89c6564565fa6fbc1bf4eae259d48979eaf9fff4 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 26 Apr 2007 19:52:25 +0000 Subject: [PATCH] * Due to template changes and style sheet changes that depend on them, wiki rebuilds are recommended on upgrade to this version. --- debian/NEWS | 9 +++++++++ debian/changelog | 2 ++ debian/postinst | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/NEWS b/debian/NEWS index cadbdb997..dc7a45960 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,12 @@ +ikiwiki (1.51) unstable; urgency=low + + Some wikis need to be rebuilt on upgrade to this version, due to changes to + page layout and the style sheet. 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. + + -- Joey Hess Thu, 26 Apr 2007 15:50:36 -0400 + ikiwiki (1.50) unstable; urgency=low Permalinks and guids in rss and atom feeds for wikis using the usedirs diff --git a/debian/changelog b/debian/changelog index 0779c7a68..be764ee57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,8 @@ ikiwiki (1.51) UNRELEASED; urgency=low * Move the footer div to enclose tags and links too. * More style sheet updates, remove the hack that used the tags div to create the footer border. + * Due to template changes and style sheet changes that depend on them, + wiki rebuilds are recommended on upgrade to this version. -- Joey Hess Thu, 26 Apr 2007 15:48:03 -0400 diff --git a/debian/postinst b/debian/postinst index 0096762cf..3f42a4029 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.45 +firstcompat=1.51 if [ "$1" = configure ] && \ dpkg --compare-versions "$2" lt "$firstcompat"; then -- 2.44.0