Changelog for
perl-XML-LibXSLT-1.82-1.1.x86_64.rpm :
Tue Nov 26 13:00:00 2013 cooloAATTsuse.com
- updated to 1.82
- Makefile.PL: Report LibXSLT mismatch correctly.
- https://rt.cpan.org/Ticket/Display.html?id=90085
- Thanks to David Schmidt for the report, and to joel and brother
from the channel #perl-help for analysis.
Sat Jul 27 14:00:00 2013 cooloAATTsuse.com
- updated to 1.81
- Fix a typo reported by dsteinbrunner:
- https://rt.cpan.org/Ticket/Display.html?id=86689
Tue Jun 4 14:00:00 2013 cooloAATTsuse.com
- updated to 1.80
- Bump the minimum version of libxslt2 to 1.1.28.
- due to failures such as http://www.cpantesters.org/cpan/report/6f5029ee-639a-11e2-8465-2a97270fb964
- Die when libxslt is 1.1.27.
- Due to this bug - https://bugzilla.gnome.org/show_bug.cgi?id=684564
- Add output_method method, update documentation of media_type
(dorianAATTcpan).
- Thanks, Dorian!
- Apply a patch from Michael Ludwig clarifying the quoting of string
parameters to the XSLT transformation.
- Thanks, Michael!
Fri Jan 13 13:00:00 2012 vcizekAATTsuse.com
- update to 1.76
- Made LibXSLT.xs compile with C compilers that don\'t accept declarations
inside blocks:
- https://rt.cpan.org/Public/Bug/Display.html?id=73905
- These include Microsoft Visual C++ (in C-mode).
Mon Oct 31 13:00:00 2011 vcizekAATTsuse.com
- update to 1.75
- Convert the following test scripts from Test.pm to Test::More :
- t/03input.t
- Fix for https://rt.cpan.org/Public/Bug/Display.html?id=71345 by Tim
Brody:
- «segfault in free()»
- Thanks, Tim!
Thu Oct 27 14:00:00 2011 vcizekAATTsuse.com
- update to 1.74
- Convert some test scripts from Test.pm to Test::More
- In the process made \"Encode\" and perl-5.8.1. pre-requisites of this
distribution.
- Add the \"make runtest\" and \"make distruntest\" targets to test using
Test-Run.
Mon Oct 10 14:00:00 2011 vcizekAATTsuse.com
- update to 1.73
- Possible fix for https://rt.cpan.org/Ticket/Display.html?id=71456 :
- made the port reservation on t/14security.t for the non-existent
URL more robust.
1.72 Thu Oct 6 13:37:13 IST 2011
- Moved the benchmarking code under benchmark/ so it won\'t be indexed
by CPAN (Tim Brody).
- Avoid leaking memory inside extension elements by cleaning up on
stylesheet DESTROY (Tim Brody).
- xsltInit() and xsltCleanupGlobals() to avoid leaking memory on
init/shutdown (Tim Brody).
- Added support for stylesheet context functions via a
$stylesheet->register_function() method with the same arguments as
XML::LibXSLT->register_function(). (Tim Brody)
- Added support for register_element() on stylesheet objects. The callback
may leak memory though - nothing frees the _private attributes of the
node + document owner for the passed arguments? (Tim Brody)
Mon Sep 12 14:00:00 2011 vcizekAATTsuse.com
- corrected licence to same as Perl
- update to 1.71
- Fixed https://rt.cpan.org/Ticket/Display.html?id=50487 :
- add a blacklist for libxslt-1.1.25 which has a deadlock that
hangs a test.
- Fixed https://rt.cpan.org/Ticket/Display.html?id=52422 :
- Unexpected webserver dependency in test
- Updated the version control instructions in the README to bitbucket.org.
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
Fri Jan 15 13:00:00 2010 anickaAATTsuse.cz
- update to 1.70
* fixed various bugs
* documentation updates
* #48247: Win32 patch kindly provided by KMXAATTcpan.org
* sync with latest XML::LibXML ABI and add a compatibility check
* do not force -lgcrypt and -lgpg-error linker flags
* fix for attribute nodes returned by user-defined XPath functions
* address #41542: restore internalDTD subset on the source
document of a transformation (libxslt unlinks it)
Sun Jan 10 13:00:00 2010 jengelhAATTmedozas.de
- enable parallel build