* Due to template changes and style sheet changes that depend on them,
wiki rebuilds are recommended on upgrade to this version.master
parent
160fd34187
commit
89c6564565
|
@ -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
|
ikiwiki (1.50) unstable; urgency=low
|
||||||
|
|
||||||
Permalinks and guids in rss and atom feeds for wikis using the usedirs
|
Permalinks and guids in rss and atom feeds for wikis using the usedirs
|
||||||
|
|
|
@ -17,6 +17,8 @@ ikiwiki (1.51) UNRELEASED; urgency=low
|
||||||
* Move the footer div to enclose tags and links too.
|
* Move the footer div to enclose tags and links too.
|
||||||
* More style sheet updates, remove the hack that used the tags div to create
|
* More style sheet updates, remove the hack that used the tags div to create
|
||||||
the footer border.
|
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
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ set -e
|
||||||
|
|
||||||
# Change this when some incompatible change is made that requires
|
# Change this when some incompatible change is made that requires
|
||||||
# rebuilding all wikis.
|
# rebuilding all wikis.
|
||||||
firstcompat=1.45
|
firstcompat=1.51
|
||||||
|
|
||||||
if [ "$1" = configure ] && \
|
if [ "$1" = configure ] && \
|
||||||
dpkg --compare-versions "$2" lt "$firstcompat"; then
|
dpkg --compare-versions "$2" lt "$firstcompat"; then
|
||||||
|
|
Loading…
Reference in New Issue