Load XML-Feed-0.05 into trunk.
[catagits/XML-Feed.git] / Changes
CommitLineData
b3b6d2fc 1# $Id: Changes 1762 2005-01-01 17:35:44Z btrott $
a749d9b9 2
3Revision history for XML::Feed
4
b3b6d2fc 50.05 2005.01.01
6 - Call URI::Fetch::URI_GONE() instead of URI::Fetch::FEED_GONE(). Thanks
7 to Richard Clamp for the patch.
8
fe71566d 90.04 2004.12.31
10 - Use "loose" parsing in DateTime::Format::Mail so that we don't die
11 on invalid RFC-822 dates.
12 - XML::Feed::Entry->link on RSS feeds will now use a <guid> element
13 if a <link> element isn't found.
14 - Switched to using URI::Fetch when fetching feeds. Since we're not
15 storing or caching feeds currently, this basically just buys us
16 GZIP support, but that's something.
fe71566d 17
62d92771 180.03 2004.10.09
19 - Fixed bug with feed format detection: properly detect format even in
20 feeds with <!DOCTYPE> at the top. (Thanks to Alberto Quario for the
21 note.)
22 - Use Class::ErrorHandler instead of XML::Feed::ErrorHandler.
23 - Moved auto-discovery code into Feed::Find. XML::Feed->find_feeds is
24 now just a wrapper around that module.
25
260.02 2004.07.29
a749d9b9 27 - Changed behavior of Entry->summary to prevent it from returning the
28 full contents of the entry. Now, in an RSS feed, summary only returns
29 a value if there is both a <description> element *and* one of the
30 other elements typically used for the full content.
31 - Changed content model for Entry->content and Entry->summary.
32 They now return an XML::Feed::Content object, which knows about both
33 the actual content and the MIME type of the content.
34 - Improved feed format detection by first tag in feed.
35
0d5e38d1 360.01 2004.06.01
37 - Initial distribution.