- win32config.h.in: updated
- xmlversion.h.in: crap forgot to update this, this mean 2.1.0
  lacks iconv support :-( need to release 2.1.1
- configure.in: release 2.1.1
- HTMLparser: fixed bug #14784
- xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
  by Windows compiler
- HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
  the SAX startDocument() callback.
- TODO: updated
- rebuild doc
Daniel
diff --git a/doc/xml.html b/doc/xml.html
index 2e00b6e..84a6aaf 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -187,6 +187,25 @@
     if you want to test those.</li>
 </ul>
 
+<h3>2.1.0 and 1.8.8: June 29 2000</h3>
+<ul>
+  <li>1.8.8 is mostly a comodity package for upgrading to libxml2 accoding to
+    <a href="upgrade.html">new instructions</a>. It fixes a nasty problem
+    about &amp;#38; charref parsing</li>
+  <li>2.1.0 also ease the upgrade from libxml v1 to the recent version. it
+    also contains numerous fixes and enhancements:
+    <ul>
+      <li>added xmlStopParser() to stop parsing</li>
+      <li>improved a lot parsing speed when there is large CDATA blocs</li>
+      <li>includes XPath patches provided by Picdar Technology</li>
+      <li>tried to fix as much as possible DtD validation and namespace
+        related problems</li>
+      <li>output to a given encoding has been added/tested</li>
+      <li>lot of various fixes</li>
+    </ul>
+  </li>
+</ul>
+
 <h3>2.0.0: Apr 12 2000</h3>
 <ul>
   <li>First public release of libxml2. If you are using libxml, it's a good
@@ -1149,8 +1168,9 @@
     <p><a
     href="http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/">http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/</a></p>
   </li>
-  <li><a href="mailto:fnatter@gmx.net">Felix Natter</a> provided a emacs
-    module to lookup libxml functions documentation</li>
+  <li><a href="mailto:fnatter@gmx.net">Felix Natter</a> provided <a
+    href="libxml-doc.el">an emacs module</a> to lookup libxml functions
+    documentation</li>
   <li><a href="mailto:sherwin@nlm.nih.gov">Ziying Sherwin</a> provided <a
     href="http://xmlsoft.org/messages/0488.html">man pages</a> (not yet
     integrated in the distribution)</li>
@@ -1160,6 +1180,6 @@
 
 <p><a href="mailto:Daniel.Veillard@w3.org">Daniel Veillard</a></p>
 
-<p>$Id: xml.html,v 1.33 2000/04/16 08:52:20 veillard Exp $</p>
+<p>$Id: xml.html,v 1.34 2000/06/23 18:32:15 veillard Exp $</p>
 </body>
 </html>