aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-05-09 10:47:45 -0400
committerJoey Hess <joey@kitenet.net>2013-05-09 10:47:45 -0400
commitaf05240cadc77356b60dc0472fbf9a43bf64c463 (patch)
tree8ec786b01653a46daacfdc2f113486f9b03a0474 /debian/changelog
parent5121198cb9abcdec0a974f53b0be0d12814250b7 (diff)
downloadikiwiki-af05240cadc77356b60dc0472fbf9a43bf64c463.tar
ikiwiki-af05240cadc77356b60dc0472fbf9a43bf64c463.tar.gz
Fix test suite to not fail when XML::Twig is not installed. Closes: #707436
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index cf4f8c8d3..e6d39fa27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ikiwiki (3.20130505) UNRELEASED; urgency=low
+
+ * Fix test suite to not fail when XML::Twig is not installed.
+ Closes: #707436
+
+ -- Joey Hess <joeyh@debian.org> Thu, 09 May 2013 10:47:18 -0400
+
ikiwiki (3.20130504) unstable; urgency=low
* Allow dots in directive parameter names. (tango)