summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-06-26 16:08:24 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-06-26 16:08:24 +0000
commit1164810d664b9bb4576b9345e55a9133630226a3 (patch)
tree01759cd2bd55d3955f5447998c1d7258db782871 /doc
parentfcbd74a2d0c641c30d8b15267f4250acf58888cd (diff)
downloadlibxml2-1164810d664b9bb4576b9345e55a9133630226a3.tar.gz
- configure.in doc/xml.html include/libxml/xmlwin32version.h:
release of 2.3.12 - parser.c: make an error message if unknow entities in all cases Daniel
Diffstat (limited to 'doc')
-rw-r--r--doc/xml.html20
1 files changed, 17 insertions, 3 deletions
diff --git a/doc/xml.html b/doc/xml.html
index 8d4612a3..2e317798 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -1,5 +1,3 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>The XML C library for Gnome</title>
@@ -246,6 +244,22 @@ you want to test those</p>
docs</li>
</ul>
+<h3>2.3.12: June 26 2001</h3>
+<ul>
+ <li>lots of cleanup</li>
+ <li>a couple of validation fix</li>
+ <li>fixed line number counting</li>
+ <li>fixed serious problems in the XInclude processing</li>
+ <li>added support for UTF8 BOM at beginning of entities</li>
+ <li>fixed a strange gcc optimizer bugs in xpath handling of float, gcc-3.0
+ miscompile uri.c (William), Thomas Leitner provided a fix for the
+ optimizer on Tru64</li>
+ <li>incorporated Yon Derek and Igor Zlatkovic fixes and improvements for
+ compilation on Windows MSC</li>
+ <li>update of libxml-doc.el (Felix Natter)</li>
+ <li>fixed 2 bugs in URI normalization code</li>
+</ul>
+
<h3>2.3.11: June 17 2001</h3>
<ul>
<li>updates to trio, Makefiles and configure should fix some portability
@@ -1577,6 +1591,6 @@ Gnome CVS base under gnome-xml/example</p>
<p><a href="mailto:Daniel.Veillard@imag.fr">Daniel Veillard</a></p>
-<p>$Id: xml.html,v 1.91 2001/06/24 12:13:21 veillard Exp $</p>
+<p>$Id: xml.html,v 1.92 2001/06/25 15:08:36 veillard Exp $</p>
</body>
</html>