aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-08 13:13:23 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-07-08 13:13:23 -0400
commit0c6a47e9e4c6a5508868b730bed0ac2d0c358ae4 (patch)
tree1971cb825d6859891726d6c6a941b25987f0d025 /debian
parent499c807ea740bb6e675b0d28bc5b603b2d4dd58e (diff)
downloadikiwiki-0c6a47e9e4c6a5508868b730bed0ac2d0c358ae4.tar
ikiwiki-0c6a47e9e4c6a5508868b730bed0ac2d0c358ae4.tar.gz
svn: Fix rcs_rename to properly scope call to dirname.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 239b22b42..e83e570d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ikiwiki (3.1416) UNRELEASED; urgency=low
+
+ * svn: Fix rcs_rename to properly scope call to dirname.
+
+ -- Joey Hess <joeyh@debian.org> Wed, 08 Jul 2009 13:10:38 -0400
+
ikiwiki (3.1415) unstable; urgency=low
* img: Fix extra double quote with alt text. (smcv)