]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - debian/changelog
Updated German translation (Kai Wasserbäch). Closes: #514251
[git.ikiwiki.info.git] / debian / changelog
index 82a23212b994b07b0dd741b4b6531d97bbc24366..c9878c71961ef6e4bbde2aa726c75627d3d8df34 100644 (file)
@@ -1,3 +1,16 @@
+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
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 31 Jan 2009 19:04:45 -0500
+
 ikiwiki (3.03) unstable; urgency=low
 
   * Avoid feeding decoded unicode to Term::ReadLine. Closes: 512169