update to reflect further improvements
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 16 Oct 2003 05:05:16 +0000 (05:05 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 16 Oct 2003 05:05:16 +0000 (05:05 +0000)
expat/Changes

index 07d0a63dbaee15ba3907e16a48b1f08456e678c2..4f9dbb1a041e5f08aed5c20719eb19d40a486ce4 100644 (file)
@@ -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.