rebuild needed due to css changes
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 28 Aug 2006 20:04:10 +0000 (20:04 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 28 Aug 2006 20:04:10 +0000 (20:04 +0000)
debian/NEWS
debian/changelog
debian/postinst

index 3222ec69e7ea6c02f4b7e5b647889f66b582dc19..4c793d1065dc7e435deb67960024bf57b4fd136c 100644 (file)
@@ -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.
 
   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
  -- Joey Hess <joeyh@debian.org>  Tue, 22 Aug 2006 15:33:12 -0400
 
 ikiwiki (1.13) unstable; urgency=low
index d4b496739d035fedd9a3b394df4b8863c257508a..fa36a57c0e71d39cad0f873d93dd1f8ec0734d39 100644 (file)
@@ -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.
   * 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
 
 
  -- Joey Hess <joeyh@debian.org>  Mon, 28 Aug 2006 15:29:14 -0400
 
index f7043ecad790778ef1ad39c1c27454ff127aabc1..006325b4adbbfd22980dbacdd7592974791918ed 100755 (executable)
@@ -4,7 +4,7 @@ set -e
 
 # Change this when some incompatible change is made that requires
 # rebuilding all wikis.
 
 # 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
 
 if [ "$1" = configure ] && \
    dpkg --compare-versions "$2" lt "$firstcompat"; then