X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/e37a0812b0dd88ae478fd5c28f4009e93709b31f..12a72e758382c8efb9cdd6c66e06d9de094a4b29:/debian/changelog?ds=sidebyside diff --git a/debian/changelog b/debian/changelog index 82a23212b..294d23197 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +ikiwiki (3.04) UNRELEASED; urgency=low + + * 404: New plugin which lets you use the IkiWiki CGI script as + an Apache 404 handler, to give the behaviour of various other wiki + engines where visiting a nonexistent page provides you with a link + to create it. (smcv) + * Factor out redundant code into goto plugin. (smcv) + * Work around XML::Atom strangeness that results in double-encoded posts. + (smcv) + * Updated German translation (Kai Wasserbäch). Closes: #514251 + * Fix unusual --setup --post-commit command line option combo. + * Create any missing directory necessary to put the wrapper + file into. Closes: #514384 + + -- Joey Hess Sat, 31 Jan 2009 19:04:45 -0500 + ikiwiki (3.03) unstable; urgency=low * Avoid feeding decoded unicode to Term::ReadLine. Closes: 512169