diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 9 | ||||
-rw-r--r-- | debian/changelog | 8 | ||||
-rwxr-xr-x | debian/postinst | 2 |
3 files changed, 17 insertions, 2 deletions
diff --git a/debian/NEWS b/debian/NEWS index e66872b42..7a5808ac0 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,12 @@ +ikiwiki (2.1) unstable; urgency=low + + Some wikis need to be rebuilt on upgrade to this version, due to changes to + page templates 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 <joeyh@debian.org> Thu, 26 Apr 2007 15:50:36 -0400 + ikiwiki (2.00) unstable; urgency=low With the 2.0 release of ikiwiki, some major changes have been made to the diff --git a/debian/changelog b/debian/changelog index 6a4737aed..742ec135a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,8 +24,14 @@ ikiwiki (2.1) UNRELEASED; urgency=low * Updated Czech translation from Miroslav Kure. * Apply patch from Pawel to avoid using -L in Makefile as it's not available in older finds. + * Make all templates have a footer div to ease themeing. Required template + and style sheet updates, and unless you're using customised versions, + you'll want to rebuild wikis on upgrade to this version to avoid + inconsistencies. + * Allow WIKINAME to to used in footers, as an example of something to put + there. - -- Joey Hess <joeyh@debian.org> Thu, 10 May 2007 14:56:07 -0400 + -- Joey Hess <joeyh@debian.org> Fri, 11 May 2007 15:35:12 -0400 ikiwiki (2.00) unstable; urgency=low diff --git a/debian/postinst b/debian/postinst index 3f42a4029..018e04f78 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.51 +firstcompat=2.1 if [ "$1" = configure ] && \ dpkg --compare-versions "$2" lt "$firstcompat"; then |