add news of the 1.95.8 release
diff --git a/htdocs/index.html b/htdocs/index.html
index 5a0b1a1..e18c7b6 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -51,6 +51,25 @@
 <h3 id="news">News</h3>
 
 <dl>
+  <dt><em>23 July 2004</em>,
+      Expat 1.95.8 released.
+    </dt>
+  <dd>
+    <p>The release schedule described in the previous news item didn't
+    work out.  As a compensation, we've fixed a number of the
+    nuissance warnings generated on many platforms, and added a nice
+    new suspend/resume feature to the parser.</p>
+    <ul>
+      <li> 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. </li>
+      <li> 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.</li>
+    </ul>
+    </dd>
   <dt><em>20 October 2003</em>,
       Expat 1.95.7 released.
     </dt>