diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-01 05:41:37 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-01 05:41:37 +0000 |
commit | 5a82103526ab32e018cd999bb6a53d9e097c83a8 (patch) | |
tree | 37a9177d56469c3f00f61dfaed560bc0e24fb2c2 /debian/changelog | |
parent | 5a9064dea8de666912fc72bfac75f0275a25e8d6 (diff) | |
download | ikiwiki-5a82103526ab32e018cd999bb6a53d9e097c83a8.tar ikiwiki-5a82103526ab32e018cd999bb6a53d9e097c83a8.tar.gz |
* Implemented expiry options for aggregate plugin.
* Use precalculated backlinks info when determining if files need an update
due to a page they link to being added/removed. Mostly significant if
there are lots of pages.
* Remove duplicate link info when saving index. In some cases it could
pile up rather badly. (Probably not the best way to deal with this
problem.)
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 5e01b4679..fbe12edd3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,8 +23,15 @@ ikiwiki (1.32) UNRELEASED; urgency=low * Improve login/register process, the login dialog has only name and password fields, which allows more web browsers to regognise it as a login field, and is less confusing. - - -- Joey Hess <joeyh@debian.org> Mon, 30 Oct 2006 18:26:55 -0500 + * Implemented expiry options for aggregate plugin. + * Use precalculated backlinks info when determining if files need an update + due to a page they link to being added/removed. Mostly significant if + there are lots of pages. + * Remove duplicate link info when saving index. In some cases it could + pile up rather badly. (Probably not the best way to deal with this + problem.) + + -- Joey Hess <joeyh@debian.org> Wed, 1 Nov 2006 00:00:10 -0500 ikiwiki (1.31) unstable; urgency=low |