diff options
author | Joey Hess <joey@kitenet.net> | 2007-12-12 14:43:35 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2007-12-12 14:43:35 -0500 |
commit | 849f65a3437391562b88fef9c450d0931676342f (patch) | |
tree | 524a7730d4ef6d79f3e1bddb97264ed24f8aee22 /debian/changelog | |
parent | c06643a43555ba9d2a24b1177c2c9f68cf994432 (diff) |
* 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/changelog')
-rw-r--r-- | debian/changelog | 3 |
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 |