diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 2 | ||||
-rw-r--r-- | debian/changelog | 4 | ||||
-rwxr-xr-x | debian/postinst | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/debian/NEWS b/debian/NEWS index 8b87bc601..433fc845c 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,4 +1,4 @@ -ikiwiki (3.20100406) unstable; urgency=low +ikiwiki (3.20100422) unstable; urgency=low This version of ikiwiki has a lot of changes that you need to know about. diff --git a/debian/changelog b/debian/changelog index a63860088..0ab04f522 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ikiwiki (3.20100415) UNRELEASED; urgency=low +ikiwiki (3.20100422) UNRELEASED; urgency=low [ Joey Hess ] * tag: Automatic creation of tag pages can now be enabled using @@ -64,6 +64,8 @@ ikiwiki (3.20100415) UNRELEASED; urgency=low $pagestate{index}. * bzr: Support rcs_getmtime, and fix rcs_getctime implementation (Jelmer Vernooij) + * Quite a lot of new optimisations, and one major fix to a recent + performance regression. -- Joey Hess <joeyh@debian.org> Sun, 04 Apr 2010 12:17:11 -0400 diff --git a/debian/postinst b/debian/postinst index fa0591153..810b7cfe0 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.20100410 +firstcompat=3.20100422 if [ "$1" = configure ] && \ dpkg --compare-versions "$2" lt "$firstcompat"; then |