summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-10-30 22:50:44 -0400
committerJoey Hess <joey@kodama.kitenet.net>2007-10-30 22:50:44 -0400
commit5cbd86235e7993cc067b76105b9ed2e4fbdda3a1 (patch)
treeec07a6d5cdd5d64439642ba6c5783571eee95ad6 /debian
parentf0dab430bd8ff73b0b5d80b61d96f08bfc6c8fb0 (diff)
* Fix an aggregate plugin expiry bug. Over time, it's possible for the same
page name to be expired and reused for several distinct guids. When this happened, the expiry code counted each past guid that had used that page name as a currently existing page, and thus expired too many pages.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9684a02d5..3817f142a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
ikiwiki (2.12) UNRELEASED; urgency=low
* Fix some issues with toggles in preview mode.
+ * Fix an aggregate plugin expiry bug. Over time, it's possible for the same
+ page name to be expired and reused for several distinct guids. When this
+ happened, the expiry code counted each past guid that had used that page
+ name as a currently existing page, and thus expired too many pages.
- -- Joey Hess <joeyh@debian.org> Mon, 29 Oct 2007 17:15:04 -0400
+ -- Joey Hess <joeyh@debian.org> Tue, 30 Oct 2007 22:47:36 -0400
ikiwiki (2.11) unstable; urgency=low