Add date into Changes
[catagits/XML-Feed.git] / Changes
CommitLineData
efef7604 1# $Id$
a749d9b9 2
3Revision history for XML::Feed
4
e73bcbb3 50.3 2008-11-04
60c04bcd 6 - Allow more flexible identification of Formats
7 https://rt.cpan.org/Ticket/Display.html?id=14725
8 (Brian Cassidy BRICAS)
9
0d3e3b64 100.23 2008-10-23
33d4cb3f 11 - Fix mixing and matching of RSS and Atom
12 http://rt.cpan.org/Ticket/Display.html?id=21335
13 (Shlomi Fish SHLOMIF)
14 - Note that multiple categories was fixed at some point
15 http://rt.cpan.org/Ticket/Display.html?id=30234
16 (mattn)
a0793d57 17 - Work with xml:base (depending on version of XML::RSS)
18 http://rt.cpan.org/Ticket/Display.html?id=21135
19 http://bugs.debian.org/381359
20 (Gregor Herrmann and Joey Hess)
33d4cb3f 21
d39809aa 220.22 2008-10-22
af62770f 23 - Correct namespace for terms in RSS
24 http://rt.cpan.org/Ticket/Display.html?id=25393
25 (Kent Cowgill KCOWGILL)
5b3d39d5 26 - Up the minimum requirement for XML::RSS to 1.31
27 http://rt.cpan.org/Ticket/Display.html?id=23588
28 (Andreas König ANDK)
29 - Created test for
30 http://rt.cpan.org/Ticket/Display.html?id=18810
31 (Ryan Tate)
9a36f82c 32 - Allow creation of a self link
33 http://rt.cpan.org/Ticket/Display.html?id=39924
34 (Shlomi Fish SHLOMIF)
35 - Add support for GEORSS
36 http://rt.cpan.org/Ticket/Display.html?id=39924
37 (Scott Gifford GIFF)
d39809aa 38 - Fix fetching through proxies
39 http://rt.cpan.org/Ticket/Display.html?id=36233
40 (Trevor Vallender)
af62770f 41
632e1639 420.21 2008.10.15
43 - Remove the inc directory because it's not needed anymore
44
450.20 2008.10.15
41e8c132 46 - Allow specification of the parsing format. Fixes bugs
47 http://rt.cpan.org/Public/Bug/Display.html?id=35580 and
48 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477394
1ee56ab5 49 (Gregor Herrmann and Martin F Krafft)
4e9c4625 50 - Allow pass through of initialisation options
51 http://rt.cpan.org/Public/Bug/Display.html?id=24729
52 (Christopher H. Laco CLACO)
4b70ec20 53 - Force working version XML::Atom
54 http://rt.cpan.org/Public/Bug/Display.html?id=22548
55 http://rt.cpan.org/Public/Bug/Display.html?id=19920
e8fcbc5b 56 - Allow extra Atom accessors
57 http://rt.cpan.org/Public/Bug/Display.html?id=33881
58 (Paul Mison PMISON)
566afdf5 59 - Prevent empty content
60 http://rt.cpan.org/Public/Bug/Display.html?id=29684
61 (Dave Rolsky DROLSKY)
1ee56ab5 62 - Cope with "updated" and "published" elements
63 http://rt.cpan.org/Public/Bug/Display.html?id=20763
64 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380498
65 (Gregor Herrmann and Joey Hess)
f9e32c84 66 - Switch to Module::Build
67 http://rt.cpan.org/Public/Bug/Display.html?id=38283
68 http://rt.cpan.org/Public/Bug/Display.html?id=20575
69 http://rt.cpan.org/Public/Bug/Display.html?id=21300
4b70ec20 70
c4d4c98e 710.12 2006.08.13
72 - Generate Atom 1.0 feeds by default. Thanks to Tatsuhiko Miyagawa for
73 the patch.
74
4679cf3f 750.11 2006.08.07
76 - Fixed a bug in XML::Feed::Atom where entry->link and feed->link didn't
77 return the proper link element if the "rel" attribute wasn't defined for
78 a <link /> tag. Thanks to Tatsuhiko Miyagawa for the patch.
79
4f6ca997 800.10 2006.07.17
81 - Oops, an Atom test in 01-parse.t was previously succeeding only because
82 of a bug in XML::Atom. Now that that bug is fixed, this one is now
83 fixed, too.
84
fe3b3201 850.09 2006.07.10
86 - Fixed date format errors with XML::Feed::RSS. Thanks to Tatsuhiko
87 Miyagawa for the patch.
88 - Use add_module to properly add namespaces to the RSS document. Thanks
89 to Tatsuhiko Miyagawa for the patch.
90
ecac864a 910.08 2006.03.03
92 - $feed->author wasn't being converted properly by Feed->convert. Thanks
93 to Tatsuhiko Miyagawa for the patch.
94 - Added eval around Entry->issued calls, to properly catch invalid
95 date formats, and just return undef, rather than dying. Thanks to
96 Tatsuhiko Miyagawa for the spot.
97 - Fixed issued/modified format issue with dates in timezones other than
98 UTC. Thanks to Tatsuhiko Miyagawa for the patch.
99
23103173 1000.07 2005.08.11
101 - Added XML::Feed::splice method, to make feed splicing easier.
102 - Fixed some unitialized value warnings.
103
973e1f9e 1040.06 2005.08.09
105 - Added Feed->convert and Entry->convert methods to allow conversion
106 between formats.
107 - Added ability to create new Feed and Entry objects, add entries, etc.
108 - Added $PREFERRED_PARSER variable to allow usage of compatible
109 RSS parsers, like XML::RSS::LibXML. Thanks to Tatsuhiko Miyagawa
110 for the patch.
111
b3b6d2fc 1120.05 2005.01.01
113 - Call URI::Fetch::URI_GONE() instead of URI::Fetch::FEED_GONE(). Thanks
114 to Richard Clamp for the patch.
115
fe71566d 1160.04 2004.12.31
117 - Use "loose" parsing in DateTime::Format::Mail so that we don't die
118 on invalid RFC-822 dates.
119 - XML::Feed::Entry->link on RSS feeds will now use a <guid> element
120 if a <link> element isn't found.
121 - Switched to using URI::Fetch when fetching feeds. Since we're not
122 storing or caching feeds currently, this basically just buys us
123 GZIP support, but that's something.
fe71566d 124
62d92771 1250.03 2004.10.09
126 - Fixed bug with feed format detection: properly detect format even in
127 feeds with <!DOCTYPE> at the top. (Thanks to Alberto Quario for the
128 note.)
129 - Use Class::ErrorHandler instead of XML::Feed::ErrorHandler.
130 - Moved auto-discovery code into Feed::Find. XML::Feed->find_feeds is
131 now just a wrapper around that module.
132
1330.02 2004.07.29
a749d9b9 134 - Changed behavior of Entry->summary to prevent it from returning the
135 full contents of the entry. Now, in an RSS feed, summary only returns
136 a value if there is both a <description> element *and* one of the
137 other elements typically used for the full content.
138 - Changed content model for Entry->content and Entry->summary.
139 They now return an XML::Feed::Content object, which knows about both
140 the actual content and the MIME type of the content.
141 - Improved feed format detection by first tag in feed.
142
0d5e38d1 1430.01 2004.06.01
144 - Initial distribution.