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