Merge branch 'master' of github.com:davorg/xml-feed
[catagits/XML-Feed.git] / Changes
CommitLineData
efef7604 1# $Id$
a749d9b9 2
3Revision history for XML::Feed
4
039dfece 50.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
130.45
14 - Another go at fixing bug 44899
15 (Dave Cross & Shlomi Fish)
16
934ef9a4 170.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
b1aa7a62 220.43
23 - Add optional multi enclosure support
daba7240 24 - Fix buglet with odd date terms
25 https://rt.cpan.org/Ticket/Display.html?id=46494
26 (Joey Hess)
75c12aa3 270.42
3e19dc0e 28 - Fix conversion of multi value fields
29 http://rt.cpan.org/Ticket/Display.html?id=41794
30 (Mario Domgoergen)
31
75c12aa3 32 - Fixed a bug where $e->category fails when XML::RSS::LibXML is preferred.
33 (Tatsuhiko Miyagawa)
21fe7b9f 34 - Added support for enclosures
75c12aa3 35
a0cca2a4 360.41
a759e13e 37 - Add handling for multiple categories/tags, including
38 patch from Shlomi Fish (SHLOMIF)
39 http://rt.cpan.org/Ticket/Display.html?id=41396
a0cca2a4 40 - Force v1.40 of XML::RSS to get proper multiple category support
41
f62087b4 420.40
43 - Force v1.37 of XML::RSS to get proper xml:base support
44 - Force v0.32 of XML::Atom to fix
c56795ef 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
e73bcbb3 490.3 2008-11-04
60c04bcd 50 - Allow more flexible identification of Formats
51 https://rt.cpan.org/Ticket/Display.html?id=14725
52 (Brian Cassidy BRICAS)
53
0d3e3b64 540.23 2008-10-23
33d4cb3f 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)
a0793d57 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)
33d4cb3f 65
d39809aa 660.22 2008-10-22
af62770f 67 - Correct namespace for terms in RSS
68 http://rt.cpan.org/Ticket/Display.html?id=25393
69 (Kent Cowgill KCOWGILL)
5b3d39d5 70 - Up the minimum requirement for XML::RSS to 1.31
71 http://rt.cpan.org/Ticket/Display.html?id=23588
4c072830 72 (Andreas König ANDK)
5b3d39d5 73 - Created test for
74 http://rt.cpan.org/Ticket/Display.html?id=18810
75 (Ryan Tate)
9a36f82c 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)
d39809aa 82 - Fix fetching through proxies
83 http://rt.cpan.org/Ticket/Display.html?id=36233
84 (Trevor Vallender)
af62770f 85
632e1639 860.21 2008.10.15
87 - Remove the inc directory because it's not needed anymore
88
890.20 2008.10.15
41e8c132 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
1ee56ab5 93 (Gregor Herrmann and Martin F Krafft)
4e9c4625 94 - Allow pass through of initialisation options
95 http://rt.cpan.org/Public/Bug/Display.html?id=24729
96 (Christopher H. Laco CLACO)
4b70ec20 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
e8fcbc5b 100 - Allow extra Atom accessors
101 http://rt.cpan.org/Public/Bug/Display.html?id=33881
102 (Paul Mison PMISON)
566afdf5 103 - Prevent empty content
104 http://rt.cpan.org/Public/Bug/Display.html?id=29684
105 (Dave Rolsky DROLSKY)
1ee56ab5 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)
f9e32c84 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
4b70ec20 114
c4d4c98e 1150.12 2006.08.13
116 - Generate Atom 1.0 feeds by default. Thanks to Tatsuhiko Miyagawa for
117 the patch.
118
4679cf3f 1190.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
4f6ca997 1240.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
fe3b3201 1290.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
ecac864a 1350.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
23103173 1440.07 2005.08.11
145 - Added XML::Feed::splice method, to make feed splicing easier.
146 - Fixed some unitialized value warnings.
147
973e1f9e 1480.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
b3b6d2fc 1560.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
fe71566d 1600.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.
fe71566d 168
62d92771 1690.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
1770.02 2004.07.29
a749d9b9 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
0d5e38d1 1870.01 2004.06.01
188 - Initial distribution.