diff --git a/CHANGES b/CHANGES index 1561f29..c27a687 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -CHANGES - 2009-05-16 +CHANGES - 2009-05-17 -------------------- CHANGES IN Mini-XML 2.6 @@ -6,8 +6,7 @@ CHANGES IN Mini-XML 2.6 - Documentation fixes (STR #91, STR #92) - The mxmldoc program did not handle typedef comments properly (STR #72) - Added support for "long long" printf formats. - - The XML parser now rejects UTF-8 XML files that start with a BOM - (STR #89) + - The XML parser now ignores BOMs in UTF-8 XML files (STR #89) - The mxmldoc program now supports generating Xcode documentation sets. - mxmlSave*() did not output UTF-8 correctly on some platforms. - mxmlNewXML() now adds encoding="utf-8" in the ?xml directive to avoid diff --git a/doc/mxml.html b/doc/mxml.html index bc1b180..42255e1 100644 --- a/doc/mxml.html +++ b/doc/mxml.html @@ -1942,8 +1942,7 @@ hspace="10" src="B.gif" width="100">Release Notes
  • The mxmldoc program did not handle typedef comments properly (STR #72)
  • Added support for "long long" printf formats.
  • -
  • The XML parser now rejects UTF-8 XML files that start with a BOM - (STR #89)
  • +
  • The XML parser now ignores BOMs in UTF-8 XML files (STR #89)
  • The mxmldoc program now supports generating Xcode documentation sets.
  • mxmlSave*() did not output UTF-8 correctly on some platforms.
  • diff --git a/doc/relnotes.html b/doc/relnotes.html index 1fa1bb1..87e1ead 100644 --- a/doc/relnotes.html +++ b/doc/relnotes.html @@ -16,8 +16,7 @@ hspace="10" width="100" height="100" alt="B">Release Notes
  • Added support for "long long" printf formats.
  • -
  • The XML parser now rejects UTF-8 XML files that start with a BOM - (STR #89)
  • +
  • The XML parser now ignores BOMs in UTF-8 XML files (STR #89)
  • The mxmldoc program now supports generating Xcode documentation sets.
  • diff --git a/www/docfiles/relnotes.html b/www/docfiles/relnotes.html index 7e2c378..6af7afd 100644 --- a/www/docfiles/relnotes.html +++ b/www/docfiles/relnotes.html @@ -36,8 +36,7 @@ hspace="10" src="B.gif" width="100">Release Notes
  • The mxmldoc program did not handle typedef comments properly (STR #72)
  • Added support for "long long" printf formats.
  • -
  • The XML parser now rejects UTF-8 XML files that start with a BOM - (STR #89)
  • +
  • The XML parser now ignores BOMs in UTF-8 XML files (STR #89)
  • The mxmldoc program now supports generating Xcode documentation sets.
  • mxmlSave*() did not output UTF-8 correctly on some platforms.
  • diff --git a/www/mxml.html b/www/mxml.html index bc1b180..42255e1 100644 --- a/www/mxml.html +++ b/www/mxml.html @@ -1942,8 +1942,7 @@ hspace="10" src="B.gif" width="100">Release Notes
  • The mxmldoc program did not handle typedef comments properly (STR #72)
  • Added support for "long long" printf formats.
  • -
  • The XML parser now rejects UTF-8 XML files that start with a BOM - (STR #89)
  • +
  • The XML parser now ignores BOMs in UTF-8 XML files (STR #89)
  • The mxmldoc program now supports generating Xcode documentation sets.
  • mxmlSave*() did not output UTF-8 correctly on some platforms.