- 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
diff --git a/doc/xml.html b/doc/xml.html
index 8d4612a..2e31779 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 @@
     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 @@
 
 <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>