8
0
forked from pool/perl-XML-RSS
Files
perl-XML-RSS/perl-XML-RSS.changes

86 lines
3.4 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Tue Apr 14 21:06:59 UTC 2015 - coolo@suse.com
- updated to 1.56
see /usr/share/doc/packages/perl-XML-RSS/Changes
-------------------------------------------------------------------
Sat May 11 21:53:48 UTC 2013 - lars@linux-schulserver.de
- update to 1.51:
+ Sort the XML namespaces before outputting
+ Update the repository URL to its new location on GitHub
-------------------------------------------------------------------
Mon Apr 11 08:35:52 UTC 2011 - vcizek@novell.com
- update to 1.49
- Some correctness and Modern Perl changes to the rss2html.pl
script (it still appears to be very hairy.)
- Add support for parsing rssCloud:
- https://rt.cpan.org/Ticket/Display.html?id=67241
- Thanks to STUIFZAND for the patch.
- corrected license to GPL+ or Artistic
-------------------------------------------------------------------
Wed Feb 2 13:42:05 UTC 2011 - vcizek@novell.com
- bzipped source tarball
-------------------------------------------------------------------
Wed Dec 1 13:36:17 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Tue Aug 31 23:19:59 UTC 2010 - pascal.bleser@opensuse.org
- update to 1.48:
* fix the $rss->parse($string)->other_method() display (had to add spaces between the << and >>) RT#56848
- changes from 1.47:
* made sure XML::RSS::save() can do its thing when in taint mode, RT#52334
- changes from 1.46:
* removed the perl-5.6.x-specific workarounds and made perl-5.8.x as a requirement;
this was done in order to:
+ avoid a workaround that also caused an incomplete test coverage
+ avoid various test failures due to a problem with XML-Parser on 5.6.x
+ encourage people using ancient versions of perl in production
+ convert all occurences of "new XML::RSS" to "XML::RSS->new()" everywhere
- changes from 1.45:
* removed some unused module requirements statements from lib/**.pm
- changes from 1.44:
* add support for multiple enclosures
- changes from 1.42:
* when transforming elements with attributes into hash-refs - make sure they are placed in the correct namespace
- changes from 1.41:
* made the default keys for the channel link, description and title undef instead of ''. They become '' once they are opened; RT#40686
* now keeping track of rdf:resource of <image> in RSS 1.0, RT#3978
* made sure that channel/{link,description,title} are localized to the empty string before rendering, to allow for better backwards compatibility; RT#40686
- changes from 1.40:
* now outputting an arrayref of <skipDays>/<day>'s and <skipHours>/<hours> properly; RT#40978
* now parsing multiple <category>'ies inside an <item> into an array-reference; RT#38296
* now outputting an arrayref of <item>/<category> properly; RT#38296
* parsing multiple <channel>/<category> into arrays; RT#9729
* rendering multiple <channel>/<category> elements from array refs; RT#9729
* now parsing multiple dc:items into an array reference (at least inside an <item>); RT#6000
* added the modules_as_arrays option to parse repeatable module elements into an array ref
-------------------------------------------------------------------
Sun Oct 26 00:00:00 UTC 2008 - gerrit.beine@gmx.de
- update to 1.36
-------------------------------------------------------------------
Sun Jun 8 00:00:00 UTC 2008 - gerrit.beine@gmx.de
- first release 1.33