X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=a60d35f60eaa2b0ac41d6e5af791c4abe22a7b60;hb=fb5c190833d93743486c0e78c1297ab6dd7a28c3;hp=f3114f2b71d388643c4a21670b25dde183628bcd;hpb=c4d4c98e2bc6450743a68f5014a853960fe62117;p=catagits%2FXML-Feed.git diff --git a/Changes b/Changes index f3114f2..a60d35f 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,117 @@ -# $Id: Changes 1958 2006-08-14 05:31:27Z btrott $ +# $Id$ Revision history for XML::Feed +0.46 + - Method 'enclosure' doesn't work in feed without enclosures + https://rt.cpan.org/Ticket/Display.html?id=66685 + - Documentation re PREFERRED_PARSER is wrong + https://rt.cpan.org/Ticket/Display.html?id=62129 + - Add support for in RSS 2.0 feeds + https://rt.cpan.org/Ticket/Display.html?id=67349 + +0.45 + - Another go at fixing bug 44899 + (Dave Cross & Shlomi Fish) + +0.44 + - Fix problem with HTML escaping in conversion + https://rt.cpan.org/Public/Bug/Display.html?id=44899 + (Dave Cross & Shlomi Fish) + +0.43 + - Add optional multi enclosure support + - Fix buglet with odd date terms + https://rt.cpan.org/Ticket/Display.html?id=46494 + (Joey Hess) +0.42 + - Fix conversion of multi value fields + http://rt.cpan.org/Ticket/Display.html?id=41794 + (Mario Domgoergen) + + - Fixed a bug where $e->category fails when XML::RSS::LibXML is preferred. + (Tatsuhiko Miyagawa) + - Added support for enclosures + +0.41 + - Add handling for multiple categories/tags, including + patch from Shlomi Fish (SHLOMIF) + http://rt.cpan.org/Ticket/Display.html?id=41396 + - Force v1.40 of XML::RSS to get proper multiple category support + +0.40 + - Force v1.37 of XML::RSS to get proper xml:base support + - Force v0.32 of XML::Atom to fix + http://rt.cpan.org/Ticket/Display.html?id=40766 + (Thanks to David Brownlee for the help in fixing) + - Add support for format() in Entry + +0.3 2008-11-04 + - Allow more flexible identification of Formats + https://rt.cpan.org/Ticket/Display.html?id=14725 + (Brian Cassidy BRICAS) + +0.23 2008-10-23 + - Fix mixing and matching of RSS and Atom + http://rt.cpan.org/Ticket/Display.html?id=21335 + (Shlomi Fish SHLOMIF) + - Note that multiple categories was fixed at some point + http://rt.cpan.org/Ticket/Display.html?id=30234 + (mattn) + - Work with xml:base (depending on version of XML::RSS) + http://rt.cpan.org/Ticket/Display.html?id=21135 + http://bugs.debian.org/381359 + (Gregor Herrmann and Joey Hess) + +0.22 2008-10-22 + - Correct namespace for terms in RSS + http://rt.cpan.org/Ticket/Display.html?id=25393 + (Kent Cowgill KCOWGILL) + - Up the minimum requirement for XML::RSS to 1.31 + http://rt.cpan.org/Ticket/Display.html?id=23588 + (Andreas König ANDK) + - Created test for + http://rt.cpan.org/Ticket/Display.html?id=18810 + (Ryan Tate) + - Allow creation of a self link + http://rt.cpan.org/Ticket/Display.html?id=39924 + (Shlomi Fish SHLOMIF) + - Add support for GEORSS + http://rt.cpan.org/Ticket/Display.html?id=39924 + (Scott Gifford GIFF) + - Fix fetching through proxies + http://rt.cpan.org/Ticket/Display.html?id=36233 + (Trevor Vallender) + +0.21 2008.10.15 + - Remove the inc directory because it's not needed anymore + +0.20 2008.10.15 + - 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.