diff options
author | Mike Hommey <glandium@debian.org> | 2007-08-26 10:38:52 +0200 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2007-08-26 10:38:52 +0200 |
commit | c69572cb9f2467259a73de64c08e141f21f17fa8 (patch) | |
tree | b0ac225bcbeea038aaa7db22f0ebb7786d07a391 /doc/xml.html | |
parent | 58f9d16e3a77d5207d9ccc413b61e2cb45190018 (diff) | |
download | libxml2-c69572cb9f2467259a73de64c08e141f21f17fa8.tar.gz |
Load /tmp/libxml2-2.6.30 intoupstream/2.6.30.dfsg
libxml2/branches/upstream/current.
Diffstat (limited to 'doc/xml.html')
-rw-r--r-- | doc/xml.html | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/doc/xml.html b/doc/xml.html index 6db27c7..1a44244 100644 --- a/doc/xml.html +++ b/doc/xml.html @@ -739,6 +739,19 @@ to the <a href="http://svn.gnome.org/viewcvs/libxml2/trunk/">SVN</a> code base.< <p>Here is the list of public releases:</p> +<h3>2.6.30: Aug 23 2007</h3> +<ul> + <li>Portability: Solaris crash on error handling, windows path fixes + (Roland Schwarz and Rob Richards), mingw build (Roland Schwarz)</li> + <li>Bugfixes: xmlXPathNodeSetSort problem (William Brack), leak when + reusing a writer for a new document (Dodji Seketeli), Schemas + xsi:nil handling patch (Frank Gross), relative URI build problem + (Patrik Fimml), crash in xmlDocFormatDump, invalid char in comment + detection bug, fix disparity with xmlSAXUserParseMemory, automata + generation for complex regexp counts problems, Schemas IDC import + problems (Frank Gross), xpath predicate evailation error handling + (William Brack)</li> +</ul> <h3>2.6.29: Jun 12 2007</h3> <ul> <li>Portability: patches from Andreas Stricke for WinCEi, @@ -2643,12 +2656,10 @@ or libxslt wrappers or bindings:</p> <p>Website: <a href="http://pmade.org/pjones/software/xmlwrapp/">http://pmade.org/pjones/software/xmlwrapp/</a></p> </li> - <li><a - href="http://mail.gnome.org/archives/xml/2001-March/msg00014.html">Matt - Sergeant</a> developed <a - href="http://axkit.org/download/">XML::LibXSLT</a>, a Perl wrapper for - libxml2/libxslt as part of the <a href="http://axkit.com/">AxKit XML - application server</a>.</li> + <li>XML::LibXML <a href="http://cpan.uwinnipeg.ca/dist/XML-LibXML">Perl + bindings</a> are available on CPAN, as well as XML::LibXSLT + <a href="http://cpan.uwinnipeg.ca/dist/XML-LibXSLT">Perl libxslt + bindings</a>.</li> <li>If you're interested into scripting XML processing, have a look at <a href="http://xsh.sourceforge.net/">XSH</a> an XML editing shell based on Libxml2 Perl bindings.</li> |