From: Fred L. Drake, Jr. Date: Tue, 21 Oct 2003 03:52:10 +0000 (+0000) Subject: Add a news item for the Expat 1.95.7 release; not quite ready, but almost. X-Git-Tag: R_1_95_8~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=417a3d0184e4690ae0c73f47246699e285c1e45f;p=libexpat Add a news item for the Expat 1.95.7 release; not quite ready, but almost. --- diff --git a/htdocs/index.html b/htdocs/index.html index 3dc3609c..defaffc4 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -51,11 +51,41 @@ of Expat.

News

+
20 October 2003, + Expat 1.95.7 released. +
+
+
    +
  • Fixed enum XML_Status issue (reported on + SourceForge many times), so compilers that are properly + picky will be happy.
  • +
  • Introduced an XMLCALL macro to control the + calling convention used by the Expat API; this macro should + be used to annotate prototypes and definitions of callback + implementations in code compiled with a calling convention + other than the default convention for the host + platform.
  • +
  • Improved ability to build without the + configure-generated expat_config.h header. This is + useful for applications which embed Expat rather than + linking in the library.
  • +
  • Fixed a variety of bugs: see SF issues 458907, 609603, + 676844, 679754, 692878, 692964, 695401, 699323, 699487, + 820946.
  • +
  • Improved hash table lookups.
  • +
  • Added more regression tests and improved documentation.
  • +
+

Our plan is to wait for a short while and re-release this + version as the long-awaited Expat 2.0 if no major problems are + identified. If significant problems are found, additional + iterative releases will be made as fixes are made.

+
15 October 2003, Upcoming release.
- We're working on getting the long-delayed Expat 1.95.7 out the +

We're working on getting the long-delayed Expat 1.95.7 out the door. A snapshot of the current source code is available as expat-2003-10-15.tar.gz; please give this a try on your platform and report how it works @@ -63,8 +93,7 @@ of Expat.

"http://mail.libexpat.org/mailman/listinfo/expat-discuss" >expat-discuss mailing list. Our goals for this release are portability and stability. - -
+

28 January 2003, Expat 1.95.6 released. diff --git a/htdocs/style.css b/htdocs/style.css index e4b98052..a6ce4e1c 100644 --- a/htdocs/style.css +++ b/htdocs/style.css @@ -36,6 +36,8 @@ dl dt { font-weight: bold; } padding-bottom: 0.75em; } +.filename { font-family: sans-serif; } + /* These margin and padding settings are tedious at best. The idea is to make sure we can put news items on the site that aren't just a ordered or unordered list, and have it not look too ugly. @@ -52,6 +54,11 @@ dl dt { margin-top: 0em; padding-top: 0em; padding-bottom: 0em; } +p { margin-top: 0em; + margin-bottom: 1em; + padding-top: 0em; + padding-bottom: 0em; } + li, dl dd { margin-top: 0em; margin-bottom: 0.5em; }