From f7597000867f7cf538599aa9304a76dc9998682c Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Wed, 24 Apr 2002 13:11:00 +0000 Subject: [PATCH] Added "NEWS" file for 1.95.3. Still needs to be filled in a bit. --- expat/NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 expat/NEWS diff --git a/expat/NEWS b/expat/NEWS new file mode 100644 index 00000000..79af559e --- /dev/null +++ b/expat/NEWS @@ -0,0 +1,22 @@ +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.