aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2007-12-12 14:43:35 -0500
committerJoey Hess <joey@kitenet.net>2007-12-12 14:43:35 -0500
commit849f65a3437391562b88fef9c450d0931676342f (patch)
tree524a7730d4ef6d79f3e1bddb97264ed24f8aee22 /debian
parentc06643a43555ba9d2a24b1177c2c9f68cf994432 (diff)
downloadikiwiki-849f65a3437391562b88fef9c450d0931676342f.tar
ikiwiki-849f65a3437391562b88fef9c450d0931676342f.tar.gz
* Avoid unnecessary stat calls to get mtime when rendering pages, use
cached value. * Preserve input file modification times in output files.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5f05f7a0f..af413c831 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,9 @@ ikiwiki (2.16) UNRELEASED; urgency=low
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