summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorfdrake <fdrake>2004-07-23 04:48:36 +0000
committerfdrake <fdrake>2004-07-23 04:48:36 +0000
commit55cac59978342c1ff7e046fb56eaab2c566a853a (patch)
treefae5116067a9a77b207bb2c78ee1ba8562581578 /Changes
parentaccebef5b2d91b3fda27062e127eb3d6c8c8170c (diff)
downloadlibexpat-55cac59978342c1ff7e046fb56eaab2c566a853a.tar.gz
add notes for 1.95.8 release
Diffstat (limited to 'Changes')
-rw-r--r--Changes10
1 files changed, 10 insertions, 0 deletions
diff --git a/Changes b/Changes
index b724f96..7d24b58 100644
--- a/Changes
+++ b/Changes
@@ -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.