[Expat-checkins] expat Changes,1.25,1.26
Fred L. Drake
fdrake@users.sourceforge.net
Wed, 04 Sep 2002 19:00:59 -0700
Update of /cvsroot/expat/expat
In directory usw-pr-cvs1:/tmp/cvs-serv27326
Modified Files:
Changes
Log Message:
Predict a release date.
Add a note about the internal calling convention magic.
Index: Changes
===================================================================
RCS file: /cvsroot/expat/expat/Changes,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Changes 29 Aug 2002 18:06:31 -0000 1.25
+++ Changes 5 Sep 2002 02:00:56 -0000 1.26
@@ -1,4 +1,4 @@
-Release 1.95.5 someday
+Release 1.95.5 Fri Sep 6 2002
- Added XML_UseForeignDTD() for improved SAX2 support.
- Added XML_GetFeatureList().
- Defined XML_Bool type and the values XML_TRUE and XML_FALSE.
@@ -14,6 +14,8 @@
- Reduced line-length for all source code and headers to be
no longer than 80 characters, to help with AS/400 support.
- Reduced memory copying during parsing (SF patch #600964).
+ - Modified the calling convention used internally where the
+ compiler supports a faster convention.
- Fixed a variety of bugs: see SF issues 580793, 434664,
483514, 580503, 581069, 584041, 584183, 584832, 585537,
596555, 596678, 598352, 598944, 599715, 600479, 600971.