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