diff options
author | Joey Hess <joey@kitenet.net> | 2007-12-30 14:49:25 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2007-12-30 14:49:25 -0500 |
commit | f0f52e602df1e681aa6ce18fa3976120a6c5cb56 (patch) | |
tree | 29d761810374db5ddca8a108261d1c4218d32f16 /debian/changelog | |
parent | 3e784ea8a1aeb41aa181c29b499cf76ab83dc6d0 (diff) | |
download | ikiwiki-f0f52e602df1e681aa6ce18fa3976120a6c5cb56.tar ikiwiki-f0f52e602df1e681aa6ce18fa3976120a6c5cb56.tar.gz |
* aggregate: Fix stupid mistake introduced when converting it to use
the needsbuild hook. This resulted in feeds not being removed when pages
were updated, and probably other bugs.
* aggregate: Avoid uninitialised value warning when removing a feed that
has an expired guid.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 71119b3f5..b908d7abe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,11 @@ ikiwiki (2.17) UNRELEASED; urgency=low and supporting negated pagespecs and added whitespace. * map: Fix handling of common prefix to handle the case where it's in a subdirectory. Patch by Larry Clapp. + * aggregate: Fix stupid mistake introduced when converting it to use + the needsbuild hook. This resulted in feeds not being removed when pages + were updated, and probably other bugs. + * aggregate: Avoid uninitialised value warning when removing a feed that + has an expired guid. -- Joey Hess <joeyh@debian.org> Wed, 19 Dec 2007 16:39:07 -0500 |