diff options
author | Mike Hommey <glandium@debian.org> | 2009-09-25 22:17:31 +0200 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2009-09-25 22:17:31 +0200 |
commit | 67a17fecb5b5fe2058af6405bc9601875f3e75a1 (patch) | |
tree | 73a7ed49173098b5c59eeb8a33747d3b803d2309 /doc/xml.html | |
parent | c3e4f3c26035bc93a69e5aa2ad435809e8be8a4e (diff) | |
download | libxml2-upstream/2.7.5.dfsg.tar.gz |
Import upstream version 2.7.5upstream/2.7.5.dfsg
Diffstat (limited to 'doc/xml.html')
-rw-r--r-- | doc/xml.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/xml.html b/doc/xml.html index 306fdbc..5a0c837 100644 --- a/doc/xml.html +++ b/doc/xml.html @@ -717,6 +717,21 @@ to the <a href="http://svn.gnome.org/viewvc/libxml2/trunk/">SVN</a> code base.</ <p>Here is the list of public releases:</p> +<h3>2.7.5: Sep 24 2009</h3> +<ul> + <li> Bug Fixes: + Restore behavior of --with-threads without argument (Andrew W. Nosenko), + Fix memory leak when doc is NULL (Rob Richards), + 595792 fixing a RelaxNG bug introduced in 2.7.4 (Daniel Veillard), + Fix a Relaxng bug raised by libvirt test suite (Daniel Veillard), + Fix a parsing problem with little data at startup (Daniel Veillard), + link python module with python library (Frederic Crozat), + 594874 Forgot an fclose in xmllint (Daniel Veillard) + </li> + <li> Cleanup: + Adding symbols.xml to EXTRA_DIST (Daniel Veillard) + </li> +</ul> <h3>2.7.4: Sep 10 2009</h3> <ul> <li>Improvements: |