preparing release 2.6.2, updated and rebuilt the docs Daniel

* configure.in NEWS doc/*: preparing release 2.6.2, updated and
  rebuilt the docs
Daniel
diff --git a/NEWS b/NEWS
index aa70e73..bc5400c 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,29 @@
   Schemas
 
 
+2.6.2: Nov 4 2003:
+   - XPath context unregistration fixes
+   - text node coalescing fixes (Mark Lilback)
+   - API to screate a W3C Schemas from an existing document (Steve Ball)
+   - BeOS patches (Marcin 'Shard' Konicki)
+   - xmlStrVPrintf function added (Aleksey Sanin)
+   - compilation fixes (Mark Vakoc)
+   - stdin parsing fix (William Brack)
+   - a posteriori DTD validation fixes
+   - xmlReader bug fixes: Walker fixes, python bindings 
+   - fixed xmlStopParser() to really stop the parser and errors
+   - always generate line numbers when using the new xmlReadxxx
+  functions
+   - added XInclude support to the xmlReader interface
+   - implemented XML_PARSE_NONET parser option
+   - DocBook XSLT processing bug fixed
+   - HTML serialization for <p> elements (William Brack and me)
+   - XPointer failure in XInclude are now handled as resource errors
+   - fixed xmllint --html to use the HTML serializer on output (added
+    --xmlout to implement the previous behaviour of saving it using the XML
+    serializer)
+
+
 2.6.1: Oct 28 2003:
    - Mostly bugfixes after the big 2.6.0 changes
    - Unix compilation patches: libxml.m4 (Patrick Welche), warnings cleanup
@@ -23,7 +46,8 @@
     Zlatkovic)
    - xmlWriter bugfix (Alfred Mickautsch)
    - chvalid.[ch]: couple of fixes from Stephane Bidoul
-   - context reset: error state reset, push parser reset (Graham Bennett)
+   - context reset: error state reset, push parser reset (Graham
+  Bennett)
    - context reuse: generate errors if file is not readable
    - defaulted attributes for element coming from internal entities
     (Stephane Bidoul)