8
0
OBS User unknown
2009-01-22 15:52:24 +00:00
committed by Git OBS Bridge
parent 4335917609
commit ae18f76332
5 changed files with 95 additions and 8 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Jan 22 15:24:33 CET 2009 - anicka@suse.cz
- update to 1.69
* fix incorrect output of getAttributeNS and possibly other
methods on UTF-8
* added $node_or_xpc->exists($xpath) method
* remove accidental debug output from XML::LibXML::SAX::Builder
* compilation problem fixes
* many bugfixes (rt.cpan.org)
* added XML::LibXML::Pattern module and extended pattern
support in Reader
* added XML::LibXML::XPathExpression module that can pre-compile
an XPath expression
* reimplementation of the thread support
* structured errors XML::LibXML::Error
* memory leak fixes
* documentation fixes
* README - notes for building on Win32
- temporarily disabled two utf16 tests that fail due to our
old libxml
-------------------------------------------------------------------
Tue Feb 5 16:21:21 CET 2008 - anicka@suse.cz