fixed a nasty bug with interning some text strings prepare for beta5 of

* SAX2.c: fixed a nasty bug with interning some text strings
* configure.in: prepare for beta5 of 2.6.0
* libxml.h nanoftp.c nanohttp.c xmlIO.c include/libxml/xmlerror.h:
  better error handling for I/O and converted FTP and HTTP
* parser.c: fixed another bug
Daniel
diff --git a/parser.c b/parser.c
index 69a9c4c..de6b6e0 100644
--- a/parser.c
+++ b/parser.c
@@ -8271,8 +8271,7 @@
     xmlParseContent(ctxt);
     if (!IS_BYTE_CHAR(RAW)) {
         xmlFatalErrMsgStrIntStr(ctxt, XML_ERR_TAG_NOT_FINISHED,
-		     "Premature end of data in tag %s line %d\n"
-		     "Couldn't find end of Start Tag %s line %d\n",
+	 "Premature end of data in tag %s line %d\n",
 		                name, line, NULL);
 
 	/*