From c48c134a153eb4be059f595ae632bf03d665eadd Mon Sep 17 00:00:00 2001 From: Karl Waclawek Date: Wed, 11 Jan 2006 15:52:12 +0000 Subject: [PATCH] Updated web site with release news. --- htdocs/index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/htdocs/index.html b/htdocs/index.html index 515c9e97..0447d538 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -51,6 +51,24 @@ of Expat.

News

+
11 January 2006, + Expat 2.0.0 released. +
+

Release 2.0.0 of the Expat XML parser is the end point of the + 1.95.X series of releases. The goal was to solidify and stabilize + the implementation of the given API, to add desirable features as + long as they fit with the API, and to keep the API backwards compatible + if extensions were required. Changes include: +

  • Fixed headers for use from C++.
  • +
  • XML_GetCurrentLineNumber() and XML_GetCurrentColumnNumber() + now return unsigned integers.
  • +
  • Added XML_LARGE_SIZE switch to enable 64-bit integers for + byte indexes and line/column numbers.
  • +
  • Added support for AmigaOS.
  • +
  • Some mostly minor bug fixes. SF issues include: 1006708, + 1021776, 1023646, 1114960, 1156398, 1221160, 1271642.
+

+
27 December 2005, Final Expat 2.0 pre-release snapshot made available.
-- 2.40.0