summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-25 15:38:51 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-25 15:38:51 -0400
commit093e8154408d9a7517a0df1768f44ad581c70be2 (patch)
treeb0ceb72d2738d49e9cecccb57f6dfd223ba09f17 /debian
parent4c6d359b5fbe8f746965a2646a7bea03284b23cc (diff)
aggregate: Avoid uninitialized value warnings for pages with no recorded ctime.
I saw this in the wild, apparently a page was not present on disk, but was in the aggregate db, and not marked as expired either. Not sure how that happened, but such pages should get marked as expired since they have an effectively zero ctime.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f3f30dc21..ff119a314 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
ikiwiki (2.66) UNRELEASED; urgency=low
* recentchanges: Fix redirects to non-page files.
+ * aggregate: Avoid uninitialized value warnings for pages with no recorded
+ ctime.
-- Joey Hess <joeyh@debian.org> Thu, 25 Sep 2008 13:45:55 -0400