expat Changes,1.19,1.20
"Fred L. Drake" <[email protected]>
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat In directory usw-pr-cvs1:/tmp/cvs-serv3660 Modified Files: Changes Log Message: Start a section for the next release. Index: Changes =================================================================== RCS file: /cvsroot/expat/expat/Changes,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- Changes 12 Jul 2002 02:52:42 -0000 1.19 +++ Changes 27 Aug 2002 16:14:35 -0000 1.20 @@ -1,3 +1,15 @@ +Release 1.95.5 someday + - Added XML_UseForeignDTD() for improved SAX2 support. + - Added XML_GetFeatureList(). + - Defined XML_Bool type and the values XML_TRUE and XML_FALSE. + - Use an incomplete struct instead of a void* for the parser + (may not retain). + - Fixed UTF-8 decoding bug that caused legal UTF-8 to be rejected. + - Removed unnecessary DllMain() function that caused static + linking into a DLL to be difficult. + - Reduced line-length for all source code and headers to be + no longer than 80 characters, to help with AS/400 support. + Release 1.95.4 Fri Jul 12 2002 - Added support for VMS, contributed by Craig Berry. See vms/README.vms for more information.