8
0

Accepting request 29448 from devel:languages:perl

Copy from devel:languages:perl/perl-XML-LibXML based on submit request 29448 from user anicka

OBS-URL: https://build.opensuse.org/request/show/29448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-LibXML?expand=0&rev=7
This commit is contained in:
OBS User autobuild
2010-01-14 15:36:07 +00:00
committed by Git OBS Bridge
parent ae18f76332
commit fae86f8c20
4 changed files with 39 additions and 91 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Wed Jan 13 16:31:41 CET 2010 - anicka@suse.cz
- update to 1.70
* various fixes and improvements in the documentation
* added (convenient yet non-standard) methods nonBlankChildNodes,
firstNonBlankChild, nextNonBlankSibling, prevNonBlankSibling
that skip empty or whitespace-only Text and CDATA nodes
* exposed and documented external entity handler
* XPathContext can now be passed to toStringC14N and toStringEC14N
(e.g. to provide NS mapping for the XPath expression)
* avoid using libxml2's globals (Nick Wellnhofer)
* added interface to libxml2's regexp implementation: XML::LibXML::RegExp
* added XML::LibXML->load_xml and XML::LibXML->load_html with
uniform and cleaner API than the old parse_* family
* cleanup code dealing with parsing flags
* fix bogus validation results if revalidating a modified document
* added 'eq' and 'cmp' overloading on XML::LibXML::Error and set fallback to 1
* lots of bugs fixed
* provide context and more accurate column number in
structured errors
* clarify license and copyright
* support for Win32+mingw+ActiveState
* merge with XML::LibXML::Common
* fix compilation on Windows with mingw or msvc
* fix a bug in structured errors preventing the previous errors from being reported
* fix compilation bugs
* fix encoding problem in reader
* added getAttributeHash to the reader interface
* fix segfaults: reconcileNs in domReplaceChild, findnodes with a doc fragment
-------------------------------------------------------------------
Thu Jan 22 15:24:33 CET 2009 - anicka@suse.cz