tweak wording and versions and add changelog entry
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 7 Apr 2010 02:58:22 +0000 (22:58 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 7 Apr 2010 02:58:22 +0000 (22:58 -0400)
debian/NEWS
debian/changelog
debian/postinst

index afb3a86524e4e5a246c93ec6994738a57b736967..4e433fd3751e22ffd0991f052931fa42ac17b9d8 100644 (file)
@@ -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
 
index 77d17f56634142eba29174ea35e04889817fb4a3..435b7982fcc18142e52841965544532db4a472b1 100644 (file)
@@ -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
 
index 90b9e8a421dd0e8d1a89d0eee173df1c9417624f..8eac263618914639a2f4e96138269a7e7ab74679 100755 (executable)
@@ -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