expat Changes,1.37,1.38
"Fred L. Drake" <[email protected]> Wed, 15 Oct 2003 22:05:18 -0700
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat
In directory sc8-pr-cvs1:/tmp/cvs-serv3407
Modified Files:
Changes
Log Message:
update to reflect further improvements
Index: Changes
===================================================================
RCS file: /cvsroot/expat/expat/Changes,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- Changes 15 Oct 2003 18:33:27 -0000 1.37
+++ Changes 16 Oct 2003 05:05:16 -0000 1.38
@@ -6,8 +6,11 @@
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.