[Expat-checkins] expat Changes,1.51,1.52
Karl Waclawek
kwaclaw at users.sourceforge.net
Mon Nov 27 04:05:23 CET 2006
Update of /cvsroot/expat/expat
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv29727
Modified Files:
Changes
Log Message:
Forgot to mention xmlwf bugfix.
Index: Changes
===================================================================
RCS file: /cvsroot/expat/expat/Changes,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- Changes 27 Nov 2006 02:51:57 -0000 1.51
+++ Changes 27 Nov 2006 03:05:20 -0000 1.52
@@ -1,20 +1,18 @@
Release 2.0.1
- - SF bug #1515266: The character data handler's calling of
+ - Fixed bug #1515266: The character data handler's calling of
XML_StopParser() was not handled properly; if the parser was
- stopped and the handler set to NULL, the parser would
- segfault. Fixed.
+ stopped and the handler set to NULL, the parser would segfault.
- Minor cleanups of the test harness.
- - Example outline.c missed a final XML_ParserFree() call:
- bug #1543233.
+ - Fixed xmlwf bug #1513566: "out of memory" error on file size zero.
+ - Fixed outline.c bug #1543233: missing a final XML_ParserFree() call.
- Fixes and improvements for Windows platform:
bugs #1409451, #1476160, 1548182, 1602769.
- Build fixes for various platforms:
HP-UX, Tru64, Solaris 9: patch #1437840, bug #1196180.
All Unix: #1554618 (refreshed config.sub/config.guess).
- - Added Open Watcom support: patch #1523242.
- - Fixes to Makefile.in to have make check work correctly
+ - Fixes to Makefile.in to have make check work correctly:
bugs #1408143, #1535603, #1536684.
-
+ - Added Open Watcom support: patch #1523242.
Release 2.0.0 Wed Jan 11 2006
- We no longer use the "check" library for C unit testing; we
More information about the Expat-checkins
mailing list