[Expat-checkins] htdocs index.html,1.30,1.31

Fred L. Drake fdrake@users.sourceforge.net
Fri, 06 Sep 2002 14:49:59 -0700


Update of /cvsroot/expat/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv3903/htdocs

Modified Files:
	index.html 
Log Message:
A last-minute report suggests a problem with this using at least some
versions of egcs, so disable FASTCALL for GCC as well.  We are now not using
this for any platform.  ;-(


Index: index.html
===================================================================
RCS file: /cvsroot/expat/htdocs/index.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- index.html	5 Sep 2002 20:27:51 -0000	1.30
+++ index.html	6 Sep 2002 21:49:57 -0000	1.31
@@ -49,6 +49,36 @@
 <h3>News</h3>
 
 <dl>
+  <dt><em>6 September 2002</em>,
+      Expat 1.95.5 released.
+    </dt>
+  <dd>
+    <ul>
+      <li> Added <code>XML_UseForeignDTD()</code> for improved SAX2
+           support. </li>
+      <li> Added <code>XML_GetFeatureList()</code>. </li>
+      <li> Defined <code>XML_Bool</code> type and the values
+           <code>XML_TRUE</code> and <code>XML_FALSE</code>. </li>
+      <li> Use an incomplete struct instead of a <code>void*</code>
+           for the parser. </li>
+      <li> Fixed UTF-8 decoding bug that caused legal UTF-8 to be
+           rejected. </li>
+      <li> Finally fixed bug where default handler would report DTD
+           events that were already handled by another handler.
+           Initial patch contributed by Darryl Miller. </li>
+      <li> Removed unnecessary <code>DllMain()</code> function that
+           caused static linking into a DLL to be difficult. </li>
+      <li> Added VC++ projects for building static libraries. </li>
+      <li> Reduced line-length for all source code and headers to be
+           no longer than 80 characters, to help with AS/400
+           support. </li>
+      <li> Reduced memory copying during parsing (SF patch #600964). </li>
+      <li> Fixed a variety of bugs: see SF issues 580793, 434664,
+           483514, 580503, 581069, 584041, 584183, 584832, 585537,
+           596555, 596678, 598352, 598944, 599715, 600479, 600971. </li>
+    </ul>
+    <p />
+    </dd>
   <dt><em>4 September 2002</em>,
       <a href="dev/roadmap.html">Development roadmap</a> published.
     </dt>