rebuild needed due to css changes
parent
27e5cd4496
commit
47df37addf
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue