forked from pool/perl-XML-LibXML
- update to 1.87
- Fix t/49callbacks_returning_undef.t to not read /etc/passed which may
not be valid XML. Instead, we're reading a local file while using
URI::file (assuming it exists - else - we skip_all.)
1.86 Thu Aug 25 11:42:55 IDT 2011
- Changed SvPVx_nolen() to SvPV_nolen() in LibXML.xs for better compatibility.
- SvPVx_nolen() appears to be undocumented API.
- Resolves https://rt.cpan.org/Public/Bug/Display.html?id=70476
- Thanks to Paul for the report.
1.85 Wed Aug 24 17:05:19 IDT 2011
- Gracefully handle returned undef()s in the read callback under -w ($^W):
- t/49callbacks_returning_undef.t
- https://rt.cpan.org/Ticket/Display.html?id=70321
- Add a patch from Mithaldu to get XML::LibXML to compile on Win32:
- https://rt.cpan.org/Ticket/Display.html?id=70141
- I'm applying it by faith, so if it breaks, blame him. (;-).
- the patch adds -lllibgettextlib.dll to the Makefile.PL.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=19
This commit is contained in:
committed by
Git OBS Bridge
parent
898092688e
commit
8aa48e813c
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 08:23:27 UTC 2011 - vcizek@suse.com
|
||||
|
||||
- update to 1.87
|
||||
- Fix t/49callbacks_returning_undef.t to not read /etc/passed which may
|
||||
not be valid XML. Instead, we're reading a local file while using
|
||||
URI::file (assuming it exists - else - we skip_all.)
|
||||
1.86 Thu Aug 25 11:42:55 IDT 2011
|
||||
- Changed SvPVx_nolen() to SvPV_nolen() in LibXML.xs for better compatibility.
|
||||
- SvPVx_nolen() appears to be undocumented API.
|
||||
- Resolves https://rt.cpan.org/Public/Bug/Display.html?id=70476
|
||||
- Thanks to Paul for the report.
|
||||
1.85 Wed Aug 24 17:05:19 IDT 2011
|
||||
- Gracefully handle returned undef()s in the read callback under -w ($^W):
|
||||
- t/49callbacks_returning_undef.t
|
||||
- https://rt.cpan.org/Ticket/Display.html?id=70321
|
||||
- Add a patch from Mithaldu to get XML::LibXML to compile on Win32:
|
||||
- https://rt.cpan.org/Ticket/Display.html?id=70141
|
||||
- I'm applying it by faith, so if it breaks, blame him. (;-).
|
||||
- the patch adds -lllibgettextlib.dll to the Makefile.PL.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 25 09:49:47 UTC 2011 - vcizek@novell.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user