From 6643dbce7bfb22150164b65555b25523ab662dda Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Tue, 27 Aug 2002 16:14:35 +0000 Subject: [PATCH] Start a section for the next release. --- expat/Changes | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/expat/Changes b/expat/Changes index 3ce40cfa..7dc81220 100644 --- a/expat/Changes +++ b/expat/Changes @@ -1,3 +1,15 @@ +Release 1.95.5 someday + - Added XML_UseForeignDTD() for improved SAX2 support. + - Added XML_GetFeatureList(). + - Defined XML_Bool type and the values XML_TRUE and XML_FALSE. + - Use an incomplete struct instead of a void* for the parser + (may not retain). + - Fixed UTF-8 decoding bug that caused legal UTF-8 to be rejected. + - Removed unnecessary DllMain() function that caused static + linking into a DLL to be difficult. + - Reduced line-length for all source code and headers to be + no longer than 80 characters, to help with AS/400 support. + Release 1.95.4 Fri Jul 12 2002 - Added support for VMS, contributed by Craig Berry. See vms/README.vms for more information. -- 2.40.0