2008-02-08 19:25:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2007-06-03 20:00:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 1 15:49:26 CEST 2007 - coolo@suse.de
|
|
|
|
|
|
|
|
- remove libxml2-test from buildrequires
|
|
|
|
|
2007-01-15 23:32:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 13 14:19:52 CET 2006 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 1.62001
|
|
|
|
* interface to libxml2's pull-parser XML::LibXML::Reader
|
|
|
|
* make error messages intended to the user report the line of the
|
|
|
|
application call rather than that of the internal XS call
|
|
|
|
* XML::LibXML::Attr->serializeContent added
|
|
|
|
* fix getAttributeNode etc. w.r.t.
|
|
|
|
* warn if runtime libxml2 is older than the one used at the
|
|
|
|
compile time
|
|
|
|
* if compiled against libxml2 >= 2.6.27, new parse_html_*
|
|
|
|
implementation is used allowing encoding and other options
|
|
|
|
to be passed to the parser
|
|
|
|
* DOM-compliant nodeNames: #comment, #text, #cdata, #document,
|
|
|
|
#document-fragment
|
|
|
|
* toString on empty text node returns empty string, not undef
|
|
|
|
* cloneNode copies attributes on an element as required
|
|
|
|
by the DOM spec
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 25 14:58:34 CEST 2006 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 1.61
|
|
|
|
* get{Elements,Children}By{TagName,TagNameNS,LocalName} now
|
|
|
|
obey wildcards '*', getChildrenByLocalName was added.
|
|
|
|
* XML::LibXML::XPathContext merged in
|
|
|
|
* many new tests added
|
|
|
|
* the module should now be fully compatibile with
|
|
|
|
libxml2 >= 2.6.16
|
|
|
|
* threads test skipped by default
|
|
|
|
* documentation updates
|
|
|
|
* added setNamespaceDecl{URI,Prefix}
|
|
|
|
* get/setAttribute(NS)? implementation made xmlns aware
|
|
|
|
* all sub-modules have the same version as XML::LibXML
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 14 12:17:37 CEST 2006 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 1.60
|
|
|
|
* remove the SGML parser code no longer supported by libxml
|
|
|
|
* documentation and regression fixes and enhancements
|
|
|
|
* added publicId and systemId methods to XML::LibXML::Dtd
|
|
|
|
* new XML::LibXML::InputCallback class
|
|
|
|
* new parser and callback code
|
|
|
|
* bugfixes
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 15 13:01:17 CET 2006 - anicka@suse.cz
|
|
|
|
|
|
|
|
- require perl-XML-LibXML-Common and perl-XML-SAX (#158024)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 25 21:40:02 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 19 13:59:58 CEST 2004 - mjancar@suse.cz
|
|
|
|
|
|
|
|
- update to 1.58
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 03 18:23:18 CET 2004 - mjancar@suse.cz
|
|
|
|
|
|
|
|
- initial version 1.57
|
|
|
|
|