Update to reflect the addition of the XMLCALL macro.

This commit is contained in:
Fred L. Drake, Jr. 2003-10-15 18:33:27 +00:00
parent ff6d437c22
commit 6590085eff

View File

@ -1,8 +1,13 @@
Release 1.95.7 XXX date not determined
- Fixed enum XML_Status issue (reported on SourceForge many
times), so compilers that are properly picky will be happy.
- Introduced an XMLCALL macro to control the calling
convention used by the Expat API; this macro should be used
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.
692878, 692964, 695401, 699323, 820946.
- Improved hash table lookups.
- Added more regression tests and improved documentation.