diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-08 19:21:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-08 19:21:45 -0400 |
commit | 0e654c1ea0b7009f497a7fc6f44263ee79860dd8 (patch) | |
tree | 8ca430ec4889a5df107d8b3a3102ab121c695149 /debian | |
parent | f50622f1361b45e15e53a5b849c64483d2a29d21 (diff) |
Avoid uninitialised value when --dumpsetup is used and no srcdir/destdir specified.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e72b3c134..02017174c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ikiwiki (2.64) UNRELEASED; urgency=low + + * Avoid uninitialised value when --dumpsetup is used and no srcdir/destdir + specified. + + -- Joey Hess <joeyh@debian.org> Mon, 08 Sep 2008 19:21:20 -0400 + ikiwiki (2.63) unstable; urgency=low * Set cookies HttpOnly. |