1
0

- updated to 2.0106

- Import croak from "use Carp;" to fix a missing croak definition.
         - https://rt.cpan.org/Ticket/Display.html?id=88624
     - Update Devel::CheckLib under "./inc" to 1.01 :
         - Should fix https://rt.cpan.org/Public/Bug/Display.html?id=81297
 
 2.0105          Sat  7 Sep 20:18:06 IDT 2013
     - Pull some commits from Jason Mash (JRMASH) to add convenience methods
       to the XML::LibXML::NodeList module.
           - New method 'to_literal_delimited($separator)'
           - New method 'to_literal_list()'
     - Fix t/35huge_mode.t on libxml2 versions less than 2.7.0.
         - Fixes https://rt.cpan.org/Ticket/Display.html?id=88375
         - Thanks to Yuriy / YOREEK for the patch.
     - Add toStringC14N_v1_1() to XML::LibXML::Node.
         - Fixes https://rt.cpan.org/Public/Bug/Display.html?id=88254
         - Thanks to Ulrich for the report and for a patch of sorts.
 
 2.0104          Fri 30 Aug 12:36:06 IDT 2013
     - Fix https://rt.cpan.org/Ticket/Display.html?id=88060
         - Use quoted version number in the SYNOPSIS.
         - Thanks to Philipp Gortan for the report.
     - Apply a patch from Yuriy / YOREEK for test failures with a
     directory component that contains whitespace.
         - https://rt.cpan.org/Ticket/Display.html?id=86665
 
 2.0103          Thu 22 Aug 08:34:46 IDT 2013
     - Apply patch from Yuriy / YOREEK for test failures in t/40reader.t:
         - https://rt.cpan.org/Public/Bug/Display.html?id=83779
         - Changed the variable name to start with an underscore for internal

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=41
This commit is contained in:
Stephan Kulow
2013-10-04 11:53:26 +00:00
committed by Git OBS Bridge
parent 47a2cfdb15
commit c2dfbe6933
4 changed files with 156 additions and 26 deletions

View File

@@ -1,3 +1,51 @@
-------------------------------------------------------------------
Fri Oct 4 09:13:48 UTC 2013 - coolo@suse.com
- updated to 2.0106
- Import croak from "use Carp;" to fix a missing croak definition.
- https://rt.cpan.org/Ticket/Display.html?id=88624
- Update Devel::CheckLib under "./inc" to 1.01 :
- Should fix https://rt.cpan.org/Public/Bug/Display.html?id=81297
2.0105 Sat 7 Sep 20:18:06 IDT 2013
- Pull some commits from Jason Mash (JRMASH) to add convenience methods
to the XML::LibXML::NodeList module.
- New method 'to_literal_delimited($separator)'
- New method 'to_literal_list()'
- Fix t/35huge_mode.t on libxml2 versions less than 2.7.0.
- Fixes https://rt.cpan.org/Ticket/Display.html?id=88375
- Thanks to Yuriy / YOREEK for the patch.
- Add toStringC14N_v1_1() to XML::LibXML::Node.
- Fixes https://rt.cpan.org/Public/Bug/Display.html?id=88254
- Thanks to Ulrich for the report and for a patch of sorts.
2.0104 Fri 30 Aug 12:36:06 IDT 2013
- Fix https://rt.cpan.org/Ticket/Display.html?id=88060
- Use quoted version number in the SYNOPSIS.
- Thanks to Philipp Gortan for the report.
- Apply a patch from Yuriy / YOREEK for test failures with a
directory component that contains whitespace.
- https://rt.cpan.org/Ticket/Display.html?id=86665
2.0103 Thu 22 Aug 08:34:46 IDT 2013
- Apply patch from Yuriy / YOREEK for test failures in t/40reader.t:
- https://rt.cpan.org/Public/Bug/Display.html?id=83779
- Changed the variable name to start with an underscore for internal
use.
2.0102 Mon 19 Aug 15:14:13 IDT 2013
- Fixed https://rt.cpan.org/Ticket/Display.html?id=83744
- XPathContext memory leak on registerFunction.
- Thanks to DGINEV for the report and Yuriy for the patch.
- Apply proposed fix for https://rt.cpan.org/Ticket/Display.html?id=80521
- "replaceNode() segfaults when copying DTD nodes with ATTLISTs"
- Thanks to GUIDO@cpan.org for the report and to YOREEK for
the patch.
- Apply fix for https://rt.cpan.org/Ticket/Display.html?id=83779
- "building on RHEL-5-64 fails"
- Thanks to mathias@koerber.org for the report, SREZIC@cpan.org
and d.thomas@its.uq.edu.au for taking part and Yuriy for the patch.
-------------------------------------------------------------------
Sat Jul 27 11:59:01 UTC 2013 - coolo@suse.com