]> sipb.mit.edu Git - ikiwiki.git/blobdiff - debian/changelog
* Avoid unnecessary stat calls to get mtime when rendering pages, use
[ikiwiki.git] / debian / changelog
index 2118aeaa04f8c1eb5e2544ace0bbca0faa13a6aa..af413c831709dc30270ef9742514b130b78f2bd0 100644 (file)
@@ -20,6 +20,14 @@ ikiwiki (2.16) UNRELEASED; urgency=low
   * Fix file pruning code to work if ikiwiki is run with "." as the srcdir.
   * Add an edittemplate plugin, allowing registering template pages, that
     provide default content for new pages created using the web frontend.
+  * Change formbuilder hook to not be responsible for displaying a form,
+    so that more than one plugin can use this hook.
+    I believe this is a safe change, since only passwordauth uses this hook.
+    (If some other plugin already used it, it would have broken passwordauth!)
+  * Ensure that web edited pages always end in a newline.
+  * Avoid unnecessary stat calls to get mtime when rendering pages, use
+    cached value.
+  * Preserve input file modification times in output files.
 
  -- Joey Hess <joeyh@debian.org>  Mon, 03 Dec 2007 14:47:36 -0500