diff options
author | Simon McVittie <smcv@debian.org> | 2010-04-06 20:59:45 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2010-04-06 20:59:45 +0100 |
commit | 48178c48ed63f1004e44b2e7850bcef773f0a1e5 (patch) | |
tree | e96b3490840cc2cb9d57e39f174373715ffda9a6 /debian | |
parent | d7e32dc98d7b9b005f983cd6f3321244f25cf6a5 (diff) |
Auto-rebuild wikis on upgrade due to the taglink change
debian/NEWS and debian/postinst should be edited before release to have
an appropriate version number.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 10 | ||||
-rwxr-xr-x | debian/postinst | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/NEWS b/debian/NEWS index 50332670f..afb3a8652 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,13 @@ +ikiwiki (3.UNRELEASED) UNRELEASED; urgency=low + + Starting from this version, the tagged(x) pagespec only matches links that + were set up by the [[!tag]] or [[!taglink]] directives. To make this change, + all wikis need to 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 ikiwiki-mass-rebuild to force a rebuild. + + -- Simon McVittie <smcv@debian.org> Tue, 06 Apr 2010 20:53:07 +0100 + ikiwiki (3.20091017) unstable; urgency=low To take advantage of significant performance improvements, all diff --git a/debian/postinst b/debian/postinst index bf1825ab7..90b9e8a42 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=3.20091010 +firstcompat=3.20100401 if [ "$1" = configure ] && \ dpkg --compare-versions "$2" lt "$firstcompat"; then |