X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=3334320c94c9ca7ef970bd1b909ac6e748f73da4;hb=ac9492d22b8ebe75d4a90432036c914718219c3c;hp=8887d36c961a16bb6717d7e888d5139431c1788b;hpb=b3b6d2fc8240a4bcccb5fc102e451f1a7e62c062;p=catagits%2FXML-Feed.git diff --git a/Changes b/Changes index 8887d36..3334320 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,74 @@ -# $Id: Changes 1762 2005-01-01 17:35:44Z btrott $ +# $Id: Changes 1958 2006-08-14 05:31:27Z btrott $ Revision history for XML::Feed +0.20 + - Allow specification of the parsing format. Fixes bugs + http://rt.cpan.org/Public/Bug/Display.html?id=35580 and + http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477394 + (Gregor Herrmann and Martin F Krafft) + - Allow pass through of initialisation options + http://rt.cpan.org/Public/Bug/Display.html?id=24729 + (Christopher H. Laco CLACO) + - Force working version XML::Atom + http://rt.cpan.org/Public/Bug/Display.html?id=22548 + http://rt.cpan.org/Public/Bug/Display.html?id=19920 + - Allow extra Atom accessors + http://rt.cpan.org/Public/Bug/Display.html?id=33881 + (Paul Mison PMISON) + - Prevent empty content + http://rt.cpan.org/Public/Bug/Display.html?id=29684 + (Dave Rolsky DROLSKY) + - Cope with "updated" and "published" elements + http://rt.cpan.org/Public/Bug/Display.html?id=20763 + http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380498 + (Gregor Herrmann and Joey Hess) + - Switch to Module::Build + http://rt.cpan.org/Public/Bug/Display.html?id=38283 + http://rt.cpan.org/Public/Bug/Display.html?id=20575 + http://rt.cpan.org/Public/Bug/Display.html?id=21300 + +0.12 2006.08.13 + - Generate Atom 1.0 feeds by default. Thanks to Tatsuhiko Miyagawa for + the patch. + +0.11 2006.08.07 + - Fixed a bug in XML::Feed::Atom where entry->link and feed->link didn't + return the proper link element if the "rel" attribute wasn't defined for + a tag. Thanks to Tatsuhiko Miyagawa for the patch. + +0.10 2006.07.17 + - Oops, an Atom test in 01-parse.t was previously succeeding only because + of a bug in XML::Atom. Now that that bug is fixed, this one is now + fixed, too. + +0.09 2006.07.10 + - Fixed date format errors with XML::Feed::RSS. Thanks to Tatsuhiko + Miyagawa for the patch. + - Use add_module to properly add namespaces to the RSS document. Thanks + to Tatsuhiko Miyagawa for the patch. + +0.08 2006.03.03 + - $feed->author wasn't being converted properly by Feed->convert. Thanks + to Tatsuhiko Miyagawa for the patch. + - Added eval around Entry->issued calls, to properly catch invalid + date formats, and just return undef, rather than dying. Thanks to + Tatsuhiko Miyagawa for the spot. + - Fixed issued/modified format issue with dates in timezones other than + UTC. Thanks to Tatsuhiko Miyagawa for the patch. + +0.07 2005.08.11 + - Added XML::Feed::splice method, to make feed splicing easier. + - Fixed some unitialized value warnings. + +0.06 2005.08.09 + - Added Feed->convert and Entry->convert methods to allow conversion + between formats. + - Added ability to create new Feed and Entry objects, add entries, etc. + - Added $PREFERRED_PARSER variable to allow usage of compatible + RSS parsers, like XML::RSS::LibXML. Thanks to Tatsuhiko Miyagawa + for the patch. + 0.05 2005.01.01 - Call URI::Fetch::URI_GONE() instead of URI::Fetch::FEED_GONE(). Thanks to Richard Clamp for the patch.