aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-10-21 13:50:49 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-10-21 13:50:49 -0400
commit587e0c3d21dfbde052e0fd71a7ed0e33e09e757f (patch)
treeb47f72305880c28db47bc268afd4ffbc6bdf953e /debian/changelog
parent39f8071aacf9913304d907694002e2e5294aa987 (diff)
downloadikiwiki-587e0c3d21dfbde052e0fd71a7ed0e33e09e757f.tar
ikiwiki-587e0c3d21dfbde052e0fd71a7ed0e33e09e757f.tar.gz
Fix a bug introduced in the last version that caused ikiwiki to skip all files if a sourcedir of "./" was specified.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 95dc8c6b2..f6739952e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ ikiwiki (3.20091018) UNRELEASED; urgency=low
* edittemplate: Allow template page name to be specified using anything
legal for a wikilink (including eg, leading slashes).
* edittemplate: Work around bug #551499 in CGI::FormBuilder.
+ * Fix a bug introduced in the last version that caused ikiwiki
+ to skip all files if a sourcedir of "./" was specified.
-- Joey Hess <joeyh@debian.org> Sun, 18 Oct 2009 13:44:09 -0400