--- Changes +++ Changes @@ -234,14 +234,14 @@ - Add a way to specify a different compiler to be used in the "Makefile" by calling Makefile.PL with the CC environment variable set to the path to the alternate compiler. - - This way we can use «CC=/usr/bin/clang perl Makefile.PL» + - This way we can use «CC=/usr/bin/clang perl Makefile.PL» in order to compile faster. - LibXML.pm (_clone): Fix typo in line_numbers handling. - Thanks to Bernhard Reutner-Fischer for the report and fix. 2.0003 2012-07-27 - Patch to a potential NULL dereference in xpath.c. - - Thanks to Ville Skyttä and cppcheck. + - Thanks to Ville Skyttä and cppcheck. - Fix NodeList::item() calling a 1-indxed array reference. - See: - https://bitbucket.org/shlomif/perl-xml-libxml/pull-request/18 @@ -251,7 +251,7 @@ 2.0002 2012-07-08 - Applied spelling fixes correction patch by - Ville Skyttä . + Ville Skyttä . - Thanks, Ville! 2.0001 2012-06-20 @@ -803,7 +803,7 @@ - DOM Layer 3 conformance fixes: * lookupNamespaceURI(empty_or_undef) now returns the default NS - faster getChildrenByTagNameNS implementation - - remove the SGML parser code no longer supported by libxml (Michael Kröll) + - remove the SGML parser code no longer supported by libxml (Michael Kröll) 1.58 Unknown - fixed a pointer initialization in parse_xml_chunk(), fixes @@ -852,7 +852,7 @@ 1.56 Unknown - added line number interface (thanks to Peter Haworth) - - patch to make perl 5.8.1 and XML::LibXML work together (thanks to François Pons) + - patch to make perl 5.8.1 and XML::LibXML work together (thanks to François Pons) - added getElementById to XML::LibXML::Document (thanks to Robin Berjon) - fixes symbol problem with versions of libxml2 compiled without thread support (reported by Randal L. Schwartz)