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