aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-28 20:04:10 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-28 20:04:10 +0000
commit47df37addf23ddadf7a70e3c580a37093b527f72 (patch)
tree7d9949f58d5aa1c8fa9bf197c8cf7dc769dbc268 /debian
parent27e5cd4496735babcd5341867d9717332bf5e45d (diff)
downloadikiwiki-47df37addf23ddadf7a70e3c580a37093b527f72.tar
ikiwiki-47df37addf23ddadf7a70e3c580a37093b527f72.tar.gz
rebuild needed due to css changes
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS5
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/postinst2
3 files changed, 8 insertions, 1 deletions
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 <joeyh@debian.org> 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 <joeyh@debian.org> 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