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