preparing 2.5.1 release fixing XmlTextReader bug Daniel

* configure.in doc/* NEWS: preparing 2.5.1 release
* SAX.c parser.c: fixing XmlTextReader bug
Daniel
diff --git a/doc/xml.html b/doc/xml.html
index 189bd05..7c7f5e6 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -589,6 +589,13 @@
     Schemas</a> and <a href="http://www.w3.org/TR/xinclude">XInclude</a></li>
 </ul>
 
+<h3>2.5.1: Jan 8 2003</h3>
+<ul>
+  <li>Fixes a memory leak and configuration/compilation problems in 2.5.0</li>
+  <li>documentation updates (John)</li>
+  <li>a couple of XmlTextReader fixes</li>
+</ul>
+
 <h3>2.5.0: Jan 6 2003</h3>
 <ul>
   <li>New <a href="xmlreader.html">XmltextReader interface</a> based on C#
@@ -2794,6 +2801,7 @@
 
 
 
+
 } </pre>
   </li>
   <li>And then use it to save the document: