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