updated the docs and prepared a new release 2.6.4 Daniel

* configure.in NEWS doc/*: updated the docs and prepared a new
  release 2.6.4
Daniel
diff --git a/doc/news.html b/doc/news.html
index cd71924..73fb70c 100644
--- a/doc/news.html
+++ b/doc/news.html
@@ -12,9 +12,20 @@
 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.6.4: Dec 24 2003</h3><ul><li>Windows build fixes (Igor Zlatkovic)</li>
+  <li>Some serious XInclude problems reported by Oleg Paraschenko and </li>
+  <li>Unix and Makefile packaging fixes (me, William Brack, </li>
+  <li>Documentation improvements (John Fleck, William Brack), example fix
+    (Lucas Brasilino)</li>
+  <li>bugfixes: xmlTextReaderExpand() with xmlReaderWalker, XPath handling of
+    NULL strings (William Brack) , API building reader or parser from
+    filedescriptor should not close it, changed XPath sorting to be stable
+    again (William Brack), xmlGetNodePath() generating '(null)' (William
+    Brack), DTD validation and namespace bug (William Brack), XML Schemas
+    double inclusion behaviour</li>
 </ul><h3>2.6.3: Dec 10 2003</h3><ul><li>documentation updates and cleanup (DV, William Brack, John Fleck)</li>
   <li>added a repository of examples, examples from Aleksey Sanin, Dodji
-    Seketeli, Alfred Mickautsch </li>
+    Seketeli, Alfred Mickautsch</li>
   <li>Windows updates: Mark Vakoc, Igor Zlatkovic, Eric Zurcher, Mingw
     (Kenneth Haley)</li>
   <li>Unicode range checking (William Brack)</li>
@@ -31,7 +42,7 @@
     namespace change.</li>
   <li>XML Schemas improvements: include (Robert Stepanek), import and
     namespace handling, fixed the regression tests troubles, added examples
-    based on Eric van der Vlist book, regexp fixes </li>
+    based on Eric van der Vlist book, regexp fixes</li>
   <li>preliminary pattern support for streaming (needed for schemas
     constraints), added xmlTextReaderPreservePattern() to collect subdocument
     when streaming.</li>