Changelog for
perl-XML-Twig-3.44-7.1.noarch.rpm :
Tue Jun 4 14:00:00 2013 cooloAATTsuse.com
- updated to 3.44
[#] minor maintenance release
added: XML::Twig::Elt new method now acccepts literal content, eg
my $e= XML::Twig::Elt->new( \'
\');
fixed: merge had some problems dealing with embedded comments
improved: more tests
improved: docs for parse, see RT #78877
https://rt.cpan.org/Ticket/Display.html?id=78877
fixed: xml_pp -i now preserves the permissions of the
original file, see RT #81165
https://rt.cpan.org/Ticket/Display.html?id=81165
reported by Alberto Simoes
fixed: RT #80503 Newlines in attribute values
https://rt.cpan.org/Ticket/Display.html?id=80503
reported (and explained) by Ambrus Zsban: \\r, \
and \
explicitely set in attribute values should
be escaped (with
;) when output
Mon Apr 15 14:00:00 2013 idonmezAATTsuse.com
- Add Source URL, see https://en.opensuse.org/SourceUrls
Tue Nov 27 13:00:00 2012 dap.darknessAATTgmail.com
- update to 3.42
* fixed: bug, elements created with XML::Twig::Elt
* added: some tests
- passed the spec file through spec cleaner
- strip %clean section (not needed on BS)
Fri Sep 23 14:00:00 2011 vcizekAATTsuse.com
- update to 3.39
- no upstream changelog,
see https://github.com/mirod/xmltwig/commits/master
for individual commits
- licence correction
Sun Feb 27 13:00:00 2011 pascal.bleserAATTopensuse.org
- update to 3.38:
* fixed: RT#65865: _ should be allowed at the start on an XML name
* removed: making att and class lvalues created problems: in certain context
they made regular calls to the method create empty attributes. I
could find no satisfactory fix,they were either incompletes, or to complex
for often used methods. So att and class are back to being regular, non
l-value methods. latt and lclass are the l-value versions.
* added: documented the -html option for xml_grep, that allows processing
HTML input
* added: the -Tidy option to xml_grep, that uses HTML::Tidy to convert HTML
to XML
Thu Dec 16 13:00:00 2010 anickaAATTsuse.cz
- update to 3.37
* fixed: more tests fixed for HTML::TreeBuilder, hopefully
will pass now
Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Mon Nov 29 13:00:00 2010 cooloAATTnovell.com
- remove /var/adm/perl-modules
Thu Oct 7 14:00:00 2010 anickaAATTsuse.cz
- update to 3.36
* bugfixes
Fri Jul 16 14:00:00 2010 anickaAATTsuse.cz
- update to 3.35
* bugfixes
Mon Jan 25 13:00:00 2010 anickaAATTsuse.cz
- update to 3.34
* bugfixes, test suite fixes