From: Fred L. Drake, Jr. Date: Fri, 31 May 2002 20:33:05 +0000 (+0000) Subject: Remove NEWS since this information is already being provided in Changes. X-Git-Tag: R_1_95_3~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76e37fc385a2c2d97a8216917673706a9c37cb79;p=libexpat Remove NEWS since this information is already being provided in Changes. --- diff --git a/expat/NEWS b/expat/NEWS deleted file mode 100644 index 79af559e..00000000 --- a/expat/NEWS +++ /dev/null @@ -1,22 +0,0 @@ -Changes for Expat 1.95.3 -Release date: 2002-Apr-XX --------------------------- - - * Added XML_ParserReset(), a new function which resets a parser - without freeing memory pools. When parsing many small documents, - this can make a performance improvement due to the avoided malloc() - calls. Contributed by David Crowley as SF patch #450608. - - * Many changes to the build process to improve cross-platform - support. - - * Fixed XML_SetReturnNSTriplet() to work for element names. - - * Fixed support for XML_UNICODE, allowing UTF-16 output to be - usable. - - * Added several regression tests. - - * Added a Unix man page for xmlwf. - - * Allow xmlwf to read from standard input.