aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-04-06 22:58:22 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-04-06 22:58:22 -0400
commitc0ca1967586234ae4e84e485af53804df2198bcd (patch)
tree5025cd0dbd85991b776262c82d1f47d5c87b7b6b /debian
parent3b1dd03c7e7f56eaf6da956779c885c2e9e7ef53 (diff)
downloadikiwiki-c0ca1967586234ae4e84e485af53804df2198bcd.tar
ikiwiki-c0ca1967586234ae4e84e485af53804df2198bcd.tar.gz
tweak wording and versions and add changelog entry
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS12
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/postinst2
3 files changed, 12 insertions, 8 deletions
diff --git a/debian/NEWS b/debian/NEWS
index afb3a8652..4e433fd37 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,10 +1,10 @@
-ikiwiki (3.UNRELEASED) UNRELEASED; urgency=low
+ikiwiki (3.20100406) unstable; 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.
+ Starting from this version, the tagged() pagespec only matches tags,
+ not regular wikilinks. To support 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
diff --git a/debian/changelog b/debian/changelog
index 77d17f566..435b7982f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-ikiwiki (3.20100404) UNRELEASED; urgency=low
+ikiwiki (3.20100406) UNRELEASED; urgency=low
* bzr: Fix bzr log parsing to work with bzr 2.0. (liw)
* comments: Fix missing entity encoding in title.
* txt: Add a special case for robots.txt.
+ * Add support for link types, and make the the tagged() pagespec only
+ match tags, not regular links (a bugfix).
+ * Rebuild wikis on upgrade to this version to get tag link types recorded
+ correctly.
-- Joey Hess <joeyh@debian.org> Sun, 04 Apr 2010 12:17:11 -0400
diff --git a/debian/postinst b/debian/postinst
index 90b9e8a42..8eac26361 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.20100401
+firstcompat=3.20100406
if [ "$1" = configure ] && \
dpkg --compare-versions "$2" lt "$firstcompat"; then