]> granicus.if.org Git - libexpat/commitdiff
record my changes from today and yesterday
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Sun, 2 Jul 2006 02:11:55 +0000 (02:11 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Sun, 2 Jul 2006 02:11:55 +0000 (02:11 +0000)
expat/Changes

index 63818663fca67e8acb1bc01d35d36dabf5057190..4de315c434a39168d3dec7fd8a2f0ec449bae26b 100644 (file)
@@ -1,3 +1,10 @@
+Unrelease version
+        - SF 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.
+        - Minor cleanups of the test harness.
+
 Release 2.0.0 Wed Jan 11 2006
         - We no longer use the "check" library for C unit testing; we
           always use the (partial) internal implementation of the API.