From: Joey Hess Date: Wed, 31 Oct 2007 02:50:44 +0000 (-0400) Subject: * Fix an aggregate plugin expiry bug. Over time, it's possible for the same X-Git-Tag: 2.12~77 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/5cbd86235e7993cc067b76105b9ed2e4fbdda3a1?hp=5cbd86235e7993cc067b76105b9ed2e4fbdda3a1 * 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. ---