preparing libxml2-2.5.9 release updated the doc and rebuilt Daniel

* News configure.in: preparing libxml2-2.5.9 release
* doc/* : updated the doc and rebuilt
Daniel
diff --git a/ChangeLog b/ChangeLog
index 768df3f..2be0780 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Aug 10 00:22:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
+
+	* News configure.in: preparing libxml2-2.5.9 release
+	* doc/* : updated the doc and rebuilt
+
 Sat Aug  9 20:00:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
 
 	* include/libxml/xmlreader.h doc/libxml2-api.xml: changing an enum
@@ -293,7 +298,7 @@
 
 Sun Jul  6 23:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
 
-	* configure.in doc/*: preparing release 1.5.8
+	* configure.in doc/*: preparing release 2.5.8
 	* nanohttp.c: changed some preprocessor block
 	* xmlschemastypes.c: applied patch from Charles Bozeman adding
 	  hexBinary schema datatype and adding support for totalDigits and
diff --git a/NEWS b/NEWS
index e2ceb1a..cb9277f 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,25 @@
   Schemas
 
 
+2.5.9: Aug 9 2003:
+   - bugfixes: IPv6 portability, xmlHasNsProp (Markus Keim), Windows build
+    (Wiliam Brake, Jesse Pelton, Igor), Schemas (Peter Sobisch), threading
+    (Rob Richards), hexBinary type (), UTF-16 BOM (Dodji Seketeli),
+    xmlReader, Relax-NG schemas compilation, namespace handling,  EXSLT (Sean
+    Griffin), HTML parsing problem (William Brack), DTD validation for mixed
+    content + namespaces, HTML serialization, library initialization,
+    progressive HTML parser
+   - better interfaces for Relax-NG error handling (Joachim Bauch, )
+   - adding xmlXIncludeProcessTree() for XInclud'ing in a subtree
+   - doc fixes and improvements (John Fleck)
+   - configure flag for -with-fexceptions when embedding in C++
+   - couple of new UTF-8 helper functions (William Brack)
+   - general encoding cleanup + ISO-8859-x without iconv (Peter Jacobi)
+   - xmlTextReader cleanup + enum for node types (Bjorn Reese)
+   - general compilation/warning cleanup Solaris/HP-UX/... (William
+  Brack)
+
+
 2.5.8: Jul 6 2003:
    - bugfixes: XPath, XInclude, file/URI mapping, UTF-16 save (Mark
     Itzcovitz), UTF-8 checking, URI saving, error printing (William Brack),
@@ -30,8 +49,8 @@
    - A few W3C Schemas Structure improvements
    - W3C Schemas Datatype improvements (Charlie Bozeman)
    - Python bindings for thread globals (Stéphane Bidoul), and method/class
-    generator 
-   - added --nonet option to xmllint 
+    generator
+   - added --nonet option to xmllint
    - documentation improvements (John Fleck)
 
 
diff --git a/configure.in b/configure.in
index 92ea45e..404550f 100644
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,7 @@
 
 LIBXML_MAJOR_VERSION=2
 LIBXML_MINOR_VERSION=5
-LIBXML_MICRO_VERSION=8
+LIBXML_MICRO_VERSION=9
 LIBXML_VERSION=$LIBXML_MAJOR_VERSION.$LIBXML_MINOR_VERSION.$LIBXML_MICRO_VERSION
 LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML_MICRO_VERSION:$LIBXML_MINOR_VERSION
 
diff --git a/doc/FAQ.html b/doc/FAQ.html
index 657a812..0de0c47 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -210,12 +210,12 @@
         <p>Website: <a href="http://libxmlplusplus.sourceforge.net/">http://libxmlplusplus.sourceforge.net/</a></p>
         <p>Download: <a href="http://sourceforge.net/project/showfiles.php?group_id=12999">http://sourceforge.net/project/showfiles.php?group_id=12999</a></p>
       </li>
-<!-- Website is currently unavailable as of 2003-08-02
+      <!-- Website is currently unavailable as of 2003-08-02
       <li>by Peter Jones &lt;pjones@pmade.org&gt;
-        <p>Website: <a
-        href="http://pmade.org/pjones/software/xmlwrapp/">http://pmade.org/pjones/software/xmlwrapp/</a></p>
+      <p>Website: <a
+      href="http://pmade.org/pjones/software/xmlwrapp/">http://pmade.org/pjones/software/xmlwrapp/</a></p>
       </li>
---></ul></li>
+      --></ul></li>
   <li>How to validate a document a posteriori ?
     <p>It is possible to validate documents which had not been validated at
     initial parsing time or documents which have been built from scratch
diff --git a/doc/libxml2.xsa b/doc/libxml2.xsa
index 6eea819..ec18759 100644
--- a/doc/libxml2.xsa
+++ b/doc/libxml2.xsa
@@ -8,26 +8,25 @@
   </vendor>
   <product id="libxml2">
     <name>libxml2</name>
-    <version>2.5.8</version>
-    <last-release> Jul 6 2003</last-release>
+    <version>2.5.9</version>
+    <last-release> Aug 9 2003</last-release>
     <info-url>http://xmlsoft.org/</info-url>
-    <changes>   - bugfixes: XPath, XInclude, file/URI mapping, UTF-16 save (Mark
-    Itzcovitz), UTF-8 checking, URI saving, error printing (William Brack),
-    PI related memleak, compilation without schemas or without xpath (Joerg
-    Schmitz-Linneweber/Garry Pennington), xmlUnlinkNode problem with DTDs,
-    rpm problem on , i86_64, removed a few compilation problems from 2.5.7,
-    xmlIOParseDTD, and xmlSAXParseDTD (Malcolm Tredinnick)
-   - portability: DJGPP (MsDos) , OpenVMS (Craig A. Berry)
-   - William Brack fixed multithreading lock problems
-   - IPv6 patch for FTP and HTTP accesses (Archana Shah/Wipro)
-   - Windows fixes (Igor Zlatkovic,  Eric Zurcher), threading (St&#xE9;phane
-    Bidoul)
-   - A few W3C Schemas Structure improvements
-   - W3C Schemas Datatype improvements (Charlie Bozeman)
-   - Python bindings for thread globals (St&#xE9;phane Bidoul), and method/class
-    generator 
-   - added --nonet option to xmllint 
-   - documentation improvements (John Fleck)
+    <changes>   - bugfixes: IPv6 portability, xmlHasNsProp (Markus Keim), Windows build
+    (Wiliam Brake, Jesse Pelton, Igor), Schemas (Peter Sobisch), threading
+    (Rob Richards), hexBinary type (), UTF-16 BOM (Dodji Seketeli),
+    xmlReader, Relax-NG schemas compilation, namespace handling,  EXSLT (Sean
+    Griffin), HTML parsing problem (William Brack), DTD validation for mixed
+    content + namespaces, HTML serialization, library initialization,
+    progressive HTML parser
+   - better interfaces for Relax-NG error handling (Joachim Bauch, )
+   - adding xmlXIncludeProcessTree() for XInclud'ing in a subtree
+   - doc fixes and improvements (John Fleck)
+   - configure flag for -with-fexceptions when embedding in C++
+   - couple of new UTF-8 helper functions (William Brack)
+   - general encoding cleanup + ISO-8859-x without iconv (Peter Jacobi)
+   - xmlTextReader cleanup + enum for node types (Bjorn Reese)
+   - general compilation/warning cleanup Solaris/HP-UX/... (William
+  Brack)
 
 </changes>
   </product>
diff --git a/doc/news.html b/doc/news.html
index 5c00357..fa5fba7 100644
--- a/doc/news.html
+++ b/doc/news.html
@@ -12,6 +12,22 @@
 to test those</p><ul><li>More testing on RelaxNG</li>
   <li>Finishing up <a href="http://www.w3.org/TR/xmlschema-1/">XML
   Schemas</a></li>
+</ul><h3>2.5.9: Aug 9 2003</h3><ul><li>bugfixes: IPv6 portability, xmlHasNsProp (Markus Keim), Windows build
+    (Wiliam Brake, Jesse Pelton, Igor), Schemas (Peter Sobisch), threading
+    (Rob Richards), hexBinary type (), UTF-16 BOM (Dodji Seketeli),
+    xmlReader, Relax-NG schemas compilation, namespace handling,  EXSLT (Sean
+    Griffin), HTML parsing problem (William Brack), DTD validation for mixed
+    content + namespaces, HTML serialization, library initialization,
+    progressive HTML parser</li>
+  <li>better interfaces for Relax-NG error handling (Joachim Bauch, )</li>
+  <li>adding xmlXIncludeProcessTree() for XInclud'ing in a subtree</li>
+  <li>doc fixes and improvements (John Fleck)</li>
+  <li>configure flag for -with-fexceptions when embedding in C++</li>
+  <li>couple of new UTF-8 helper functions (William Brack)</li>
+  <li>general encoding cleanup + ISO-8859-x without iconv (Peter Jacobi)</li>
+  <li>xmlTextReader cleanup + enum for node types (Bjorn Reese)</li>
+  <li>general compilation/warning cleanup Solaris/HP-UX/... (William
+  Brack)</li>
 </ul><h3>2.5.8: Jul 6 2003</h3><ul><li>bugfixes: XPath, XInclude, file/URI mapping, UTF-16 save (Mark
     Itzcovitz), UTF-8 checking, URI saving, error printing (William Brack),
     PI related memleak, compilation without schemas or without xpath (Joerg
@@ -26,8 +42,8 @@
   <li>A few W3C Schemas Structure improvements</li>
   <li>W3C Schemas Datatype improvements (Charlie Bozeman)</li>
   <li>Python bindings for thread globals (Stéphane Bidoul), and method/class
-    generator </li>
-  <li>added --nonet option to xmllint </li>
+    generator</li>
+  <li>added --nonet option to xmllint</li>
   <li>documentation improvements (John Fleck)</li>
 </ul><h3>2.5.7: Apr 25 2003</h3><ul><li>Relax-NG: Compiling to regexp and streaming validation on top of the
     xmlReader interface, added to xmllint --stream</li>
diff --git a/doc/xml.html b/doc/xml.html
index ecd5a68..f983f50 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -412,12 +412,12 @@
         <p>Download: <a
         href="http://sourceforge.net/project/showfiles.php?group_id=12999">http://sourceforge.net/project/showfiles.php?group_id=12999</a></p>
       </li>
-<!-- Website is currently unavailable as of 2003-08-02
+      <!-- Website is currently unavailable as of 2003-08-02
       <li>by Peter Jones &lt;pjones@pmade.org&gt;
-        <p>Website: <a
-        href="http://pmade.org/pjones/software/xmlwrapp/">http://pmade.org/pjones/software/xmlwrapp/</a></p>
+      <p>Website: <a
+      href="http://pmade.org/pjones/software/xmlwrapp/">http://pmade.org/pjones/software/xmlwrapp/</a></p>
       </li>
--->
+      -->
     </ul>
   </li>
   <li>How to validate a document a posteriori ?
@@ -654,6 +654,26 @@
   Schemas</a></li>
 </ul>
 
+<h3>2.5.9: Aug 9 2003</h3>
+<ul>
+  <li>bugfixes: IPv6 portability, xmlHasNsProp (Markus Keim), Windows build
+    (Wiliam Brake, Jesse Pelton, Igor), Schemas (Peter Sobisch), threading
+    (Rob Richards), hexBinary type (), UTF-16 BOM (Dodji Seketeli),
+    xmlReader, Relax-NG schemas compilation, namespace handling,  EXSLT (Sean
+    Griffin), HTML parsing problem (William Brack), DTD validation for mixed
+    content + namespaces, HTML serialization, library initialization,
+    progressive HTML parser</li>
+  <li>better interfaces for Relax-NG error handling (Joachim Bauch, )</li>
+  <li>adding xmlXIncludeProcessTree() for XInclud'ing in a subtree</li>
+  <li>doc fixes and improvements (John Fleck)</li>
+  <li>configure flag for -with-fexceptions when embedding in C++</li>
+  <li>couple of new UTF-8 helper functions (William Brack)</li>
+  <li>general encoding cleanup + ISO-8859-x without iconv (Peter Jacobi)</li>
+  <li>xmlTextReader cleanup + enum for node types (Bjorn Reese)</li>
+  <li>general compilation/warning cleanup Solaris/HP-UX/... (William
+  Brack)</li>
+</ul>
+
 <h3>2.5.8: Jul 6 2003</h3>
 <ul>
   <li>bugfixes: XPath, XInclude, file/URI mapping, UTF-16 save (Mark
@@ -670,8 +690,8 @@
   <li>A few W3C Schemas Structure improvements</li>
   <li>W3C Schemas Datatype improvements (Charlie Bozeman)</li>
   <li>Python bindings for thread globals (Stéphane Bidoul), and method/class
-    generator </li>
-  <li>added --nonet option to xmllint </li>
+    generator</li>
+  <li>added --nonet option to xmllint</li>
   <li>documentation improvements (John Fleck)</li>
 </ul>