8
0
OBS User unknown
2008-02-08 19:25:45 +00:00
committed by Git OBS Bridge
parent 6e1c6fb452
commit 4335917609
4 changed files with 57 additions and 22 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Feb 5 16:21:21 CET 2008 - anicka@suse.cz
- update to 1.66
* Perl-thread support
* make Reader interface require Perl 5.8
* strip-off UTF8 flag with $node->toString($format,1) for
consistent behavior independent on the actual document
encoding
* skip tests that require Encode module if not available
* finally removed the iterator() method deprecated since 1.54
* set_document_locator support in XML::LibXML::SAX::Parser
* XML::LibXML::Namespace API fixed in order to achieve
an agreement between the docs and the implementation
* added support for exclusive canonicalization
(http://www.w3.org/TR/xml*exc-c14n/)
* bugfixes, test fixes, documentation fixes
- enable tests in %check section
-------------------------------------------------------------------
Fri Jun 1 15:49:26 CEST 2007 - coolo@suse.de