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/news.html b/doc/news.html
index 5d949a6..fa5fdf9 100644
--- a/doc/news.html
+++ b/doc/news.html
@@ -104,6 +104,12 @@
     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#