From f4487b0a0f4c01e66ecdf6398c8363c2afcacbe6 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Thu, 16 Oct 2003 05:05:16 +0000 Subject: [PATCH] update to reflect further improvements --- expat/Changes | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/expat/Changes b/expat/Changes index 07d0a63d..4f9dbb1a 100644 --- a/expat/Changes +++ b/expat/Changes @@ -6,8 +6,11 @@ Release 1.95.7 XXX date not determined to annotate prototypes and definitions of callback implementations in code compiled with a calling convention other than the default convention for the host platform. - - Fixed a variety of bugs: see SF issues 676844, 679754, - 692878, 692964, 695401, 699323, 820946. + - Improved ability to build without the configure-generated + expat_config.h header. This is useful for applications + which embed Expat rather than linking in the library. + - Fixed a variety of bugs: see SF issues 458907, 676844, + 679754, 692878, 692964, 695401, 699323, 699487, 820946. - Improved hash table lookups. - Added more regression tests and improved documentation.