[Expat-checkins] htdocs index.html,1.61,1.62

Karl Waclawek kwaclaw at users.sourceforge.net
Sat Jun 16 18:17:16 CEST 2007


Update of /cvsroot/expat/htdocs
In directory sc8-pr-cvs17:/tmp/cvs-serv16705

Modified Files:
	index.html 
Log Message:
Updated for release 2.0.1.

Index: index.html
===================================================================
RCS file: /cvsroot/expat/htdocs/index.html,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- index.html	5 Jun 2006 16:27:08 -0000	1.61
+++ index.html	16 Jun 2007 16:17:12 -0000	1.62
@@ -51,6 +51,32 @@
 <h3 id="news">News</h3>
 
 <dl>
+  <dt><em>5 June 2007</em>,
+      Expat 2.0.1 released.
+    </dt>
+  <dd><p>Release 2.0.1 of the Expat XML parser is a bugfix release
+    resolving both code and build related issues. Changes include:
+    <ul>
+      <li>Fixed: The character data handler's calling of XML_StopParser()
+        was not handled properly; if the parser was stopped and the handler
+        set to NULL, the parser would segfault.</li>
+      <li>Fixed: Expat failed on EBCDIC systems as it assumed some character
+        constants to be ASCII encoded.</li>
+      <li>Minor cleanups of the test harness.</li>
+      <li>Minor fixes for xmlwf and example programs.</li>
+      <li>Fixes and improvements for the Windows platform.
+        New Windows directory structure.</li>
+      <li>Build fixes for various platforms: HP-UX, Tru64, Solaris 9.</li>
+      <li>Build fixes for Unix:<br/>
+        - Refreshed config.sub/config.guess.<br/>
+        - Support both, DESTDIR and INSTALL_ROOT, without relying on GNU-Make specific features.<br/>
+        - Patched configure.in to work better with Intel compiler.<br/>
+        - Fixes to Makefile.in to have make check work correctly.</li>
+      <li>Added Open Watcom support.</li>
+    </ul>
+  </p></dd>
+</dl>
+<dl>
   <dt><em>11 January 2006</em>,
       Expat 2.0.0 released.
     </dt>
@@ -66,9 +92,9 @@
         byte indexes and line/column numbers.</li>
       <li>Added support for AmigaOS.</li>
       <li>Some mostly minor bug fixes. SF issues include: 1006708,
-        1021776, 1023646, 1114960, 1156398, 1221160, 1271642.</li></ul>
-      </p>
-      </dd>
+        1021776, 1023646, 1114960, 1156398, 1221160, 1271642.</li>
+    </ul>
+  </p></dd>
 </dl>
 
 <p><a href="oldnews.html">Old news archive</a></p>



More information about the Expat-checkins mailing list