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