]> granicus.if.org Git - libexpat/commitdiff
add notes for 1.95.8 release
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 23 Jul 2004 04:48:36 +0000 (04:48 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 23 Jul 2004 04:48:36 +0000 (04:48 +0000)
expat/Changes

index b724f96a5f92cfc8cc42cbc19a286383f7da2889..7d24b581d36e8efd6409a82db9263afd373c573a 100644 (file)
@@ -1,3 +1,13 @@
+Release 1.95.8 Fri Jul 23 2004
+        - Major new feature: suspend/resume.  Handlers can now request
+          that a parse be suspended for later resumption or aborted
+          altogether.  See "Temporarily Stopping Parsing" in the
+          documentation for more details.
+        - Some mostly minor bug fixes, but compilation should no
+          longer generate warnings on most platforms.  SF issues
+          include: 827319, 840173, 846309, 888329, 896188, 923913,
+          928113, 961698, 985192.
+
 Release 1.95.7 Mon Oct 20 2003
         - Fixed enum XML_Status issue (reported on SourceForge many
           times), so compilers that are properly picky will be happy.