aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-04-10 14:35:45 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-04-10 14:35:45 -0400
commit61cbcb049fd1eb6a57ca2f51c78767a25d22820b (patch)
tree36095c8822895b806204bdb0aa644be70b7b6f7e
parent002d9e3cb52eadc8c2feb6bfac020b0651c6e0b7 (diff)
downloadikiwiki-61cbcb049fd1eb6a57ca2f51c78767a25d22820b.tar
ikiwiki-61cbcb049fd1eb6a57ca2f51c78767a25d22820b.tar.gz
update changelog, update rebuild version
-rw-r--r--debian/NEWS8
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/postinst2
3 files changed, 8 insertions, 6 deletions
diff --git a/debian/NEWS b/debian/NEWS
index b796154fa..25ebed0b4 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -8,10 +8,10 @@ ikiwiki (3.20100406) unstable; urgency=low
not regular wikilinks. If your wiki accidentially relied on the old,
buggy behavior, you might need to change pagespecs to use `link()`.
- To support the above 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.
+ Due to the above and other changes, 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 e985a5da8..113138358 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ikiwiki (3.20100406) UNRELEASED; urgency=low
+ikiwiki (3.20100410) UNRELEASED; urgency=low
[ Joey Hess ]
* bzr: Fix bzr log parsing to work with bzr 2.0. (liw)
@@ -18,6 +18,8 @@ ikiwiki (3.20100406) UNRELEASED; urgency=low
This can be used to get names sorted by last name without displaying
them last name first.
* sortnaturally: New plugin; the title_natural sort method has moved here.
+ * meta: store fields consistently unescaped, and escape on use
+ A wiki rebuild is also needed due to this change.
[ Joey Hess ]
* Update dependency for git-core to git transition.
diff --git a/debian/postinst b/debian/postinst
index 8eac26361..fa0591153 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.20100406
+firstcompat=3.20100410
if [ "$1" = configure ] && \
dpkg --compare-versions "$2" lt "$firstcompat"; then