preparing 2.4.10 upgraded and rebuilt the docs Daniel

* configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
* doc/*: upgraded and rebuilt the docs
Daniel
diff --git a/doc/news.html b/doc/news.html
index 0572c2e..fdc17e2 100644
--- a/doc/news.html
+++ b/doc/news.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
 <html>
 <head>
 <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
@@ -84,6 +84,21 @@
 <li>(seeems working but delayed from release) parsing/import of Docbook
     SGML docs</li>
 </ul>
+<h3>2.4.10: Nov 10 2001</h3>
+<ul>
+<li>URI escaping fix (Joel Young)</li>
+<li>added xmlGetNodePath() (for paths or XPointers generation)</li>
+<li>Fixes namespace handling problems when using DTD and validation</li>
+<li>improvements on xmllint: Morus Walter patches for --format and
+    --encode, Stefan Kost and Heiko Rupp improvements on the --shell</li>
+<li>fixes for xmlcatalog linking pointed by Weiqi Gao</li>
+<li>fixes to the HTML parser</li>
+</ul>
+<h3>2.4.9: Nov 6 2001</h3>
+<ul>
+<li>fixes more catalog bugs</li>
+<li>avoid a compilation problem, improve xmlGetLineNo()</li>
+</ul>
 <h3>2.4.8: Nov 4 2001</h3>
 <ul>
 <li>fixed SGML catalogs broken in previous release, updated xmlcatalog