diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-16 16:57:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-16 16:57:50 -0400 |
commit | b00c6c9640453bf1407c4e880ef0c171388197c7 (patch) | |
tree | 24fe57766a1522af6a86dcc76df71a015c04e2e3 /debian/changelog | |
parent | fcf0ee574a974ca482509da595cdf9196a3afbb3 (diff) |
inline: Improve RSS url munging to use a proper html parser
and support all elements that HTML::Tagset knows about.
(Which doesn't include html5 just yet, but then the old version didn't either.)
Bonus: 4 times faster than old regexp method.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 00c32e95d..0edb78004 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,10 @@ ikiwiki (3.20101113) UNRELEASED; urgency=low * more: Add pages parameter to limit where the more is displayed. (thanks, dark) * Fix escaping of filenames in historyurl. (Thanks, aj) + * inline: Improve RSS url munging to use a proper html parser, + and support all elements that HTML::Tagset knows about. + (Which doesn't include html5 just yet, but then the old version + didn't either.) Bonus: 4 times faster than old regexp method. -- Joey Hess <joeyh@debian.org> Tue, 16 Nov 2010 14:23:47 -0400 |