]> sipb.mit.edu Git - ikiwiki.git/commitdiff
* Due to template changes and style sheet changes that depend on them,
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 26 Apr 2007 19:52:25 +0000 (19:52 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 26 Apr 2007 19:52:25 +0000 (19:52 +0000)
  wiki rebuilds are recommended on upgrade to this version.

debian/NEWS
debian/changelog
debian/postinst

index cadbdb9974d7cb3213278116451c57bb6d3472a9..dc7a45960a93d49005b1861887d31c013e3b4333 100644 (file)
@@ -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 <joeyh@debian.org>  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
 ikiwiki (1.50) unstable; urgency=low
 
   Permalinks and guids in rss and atom feeds for wikis using the usedirs
index 0779c7a6836b51eda55ce147d29522649869065b..be764ee577d10502f92193279cbbd8e0950b22a2 100644 (file)
@@ -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.
   * 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 <joeyh@debian.org>  Thu, 26 Apr 2007 15:48:03 -0400
 
 
  -- Joey Hess <joeyh@debian.org>  Thu, 26 Apr 2007 15:48:03 -0400
 
index 0096762cf635677cc76a601903594ce5fe7922ac..3f42a4029d6355b0bcf60b0fe6a676854814c9ce 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.45
+firstcompat=1.51
 
 if [ "$1" = configure ] && \
    dpkg --compare-versions "$2" lt "$firstcompat"; then
 
 if [ "$1" = configure ] && \
    dpkg --compare-versions "$2" lt "$firstcompat"; then