aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-17 18:09:38 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-17 18:11:22 -0400
commit89953e3e19d3e5fb0f5c9d47e3905fde27ab08cb (patch)
treecd4d5a5f2f901eb99d22b1d03bebb3884abb61b1 /debian
parent6a90f5cb3fca4e5530b144cf5bb054c15798756e (diff)
downloadikiwiki-89953e3e19d3e5fb0f5c9d47e3905fde27ab08cb.tar
ikiwiki-89953e3e19d3e5fb0f5c9d47e3905fde27ab08cb.tar.gz
store ctime for use by expiry code
The expiry code does need to make sure to sort in ctime order, even if expiring by count, so it expires the right ones.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 5ad864c13..bf44d9851 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
ikiwiki (2.65) UNRELEASED; urgency=low
- * aggregate: Allow expirecount to work on the first pass. (expireage still
- needs to wait for the pages to be rendered though)
+ * aggregate: Expire excess or old items on the same pass that adds them,
+ not only on subsequent passes.
* editdiff: Broken since 2.62 due to wrong syntax, now fixed.
* aggregate: Support atom feeds with only a summary element, and no content
elements.