summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-05-06 20:46:26 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-05-06 20:46:26 -0400
commit9f5f5543bf74362cacaa7eec10d9116b41b8179d (patch)
tree09f0081bc6d0fe8b930625282e5a90dd63419f00 /debian
parentfdfaa1b515b68573d4adfaf358284ec77fbff24a (diff)
ikiwiki-transition: If passed a nonexistant srcdir, or one not containing .ikiwiki, abort with an error rather than creating it.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d4fe91b88..36f4c16fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ikiwiki (3.13) UNRELEASED; urgency=low
+
+ * ikiwiki-transition: If passed a nonexistant srcdir, or one not
+ containing .ikiwiki, abort with an error rather than creating it.
+
+ -- Joey Hess <joeyh@debian.org> Wed, 06 May 2009 20:45:44 -0400
+
ikiwiki (3.12) unstable; urgency=low
* Re-enable python-support and add python:Depends to control file.