pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-XML-RSS
Module Name: pkgsrc
Committed By: he
Date: Sun Jan 11 16:48:22 UTC 2009
Modified Files:
pkgsrc/textproc/p5-XML-RSS: Makefile distinfo
Log Message:
Update from version 1.37 to 1.42.
Pkgsrc changes:
o Change to Module::Build
o Adjust dependency according to META.yml
Upstream changes:
1.42 - January 3, 2008
- When transforming elements with attributes into hash-refs - make
sure they are placed in the correct namespace. Previously
<media:description> over-rided the plain <description>. (as in Flickr).
1.41 - December 4, 2008
- Made the default keys for the channel link, description and title undef
instead of ''. They become '' once they are opened.
- http://rt.cpan.org/Public/Bug/Display.html?id=40686
- Now keeping track of rdf:resource of <image> in RSS 1.0:
- http://rt.cpan.org/Ticket/Display.html?id=3978
- Made sure that channel/{link,description,title} are localized to
the empty string before rendering, to allow for better backwards
compatibility.
- http://rt.cpan.org/Public/Bug/Display.html?id=40686
1.40 - December 1, 2008
- Now outputting an arrayref of <skipDays>/<day>'s and <skipHours>/<hours>
properly.
- http://rt.cpan.org/Public/Bug/Display.html?id=40978
- Now parsing multiple <category>'ies inside an <item> into an
array-reference.
- http://rt.cpan.org/Ticket/Display.html?id=38296
- Now outputting an arayref of <item>/<category> prpoerly.
- http://rt.cpan.org/Ticket/Display.html?id=38296
- Parsing multiple <channel>/<category> into arrays.
- http://rt.cpan.org/Public/Bug/Display.html?id=9729
- Rendering multiple <channel>/<category> elements from array refs.
- http://rt.cpan.org/Public/Bug/Display.html?id=9729
- Now parsing multiple dc:items into an array
reference (at least inside an <item>):
- http://rt.cpan.org/Public/Bug/Display.html?id=6000
- Added the modules_as_arrays option to parse repeatable module elements
into an array ref.
1.38 - November 27, 2008
- Added support for duplicate items of RSS modules.
- http://rt.cpan.org/Public/Bug/Display.html?id=4495
- Added support for multiple Dublin Core elements. One can point
the field to an array and it will create multiple elements:
- http://rt.cpan.org/Public/Bug/Display.html?id=6000
- Now parsing several <skipDays>/<day>s and <skipHours>/<hour>s into
an array reference instead of concatenating them together.
- http://rt.cpan.org/Public/Bug/Display.html?id=40978
To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 pkgsrc/textproc/p5-XML-RSS/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/textproc/p5-XML-RSS/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index