]> granicus.if.org Git - libexpat/commitdiff
Added default handler fix.
authorKarl Waclawek <kwaclaw@users.sourceforge.net>
Thu, 29 Aug 2002 18:06:31 +0000 (18:06 +0000)
committerKarl Waclawek <kwaclaw@users.sourceforge.net>
Thu, 29 Aug 2002 18:06:31 +0000 (18:06 +0000)
expat/Changes

index 8355ca80c8499279064d4a767756eeb9131bd01c..9290cdeb5eb637ebf5e461af015efce7ce048f64 100644 (file)
@@ -5,6 +5,9 @@ Release 1.95.5 someday
         - 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.
+        - Finally fixed bug where default handler would report DTD
+          events that were already handled by another handler.
+          Initial patch contributed by Darryl Miller.
         - Removed unnecessary DllMain() function that caused static
           linking into a DLL to be difficult.
         - Added VC++ projects for building static libraries.