- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 16 Feb 2006 07:10:46 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv7722
Modified Files:
Tag: validator-0_7-branch
whatsnew.html
Log Message:
clearer, updated changelog
Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.51.2.5
retrieving revision 1.51.2.6
diff -u -d -r1.51.2.5 -r1.51.2.6
--- whatsnew.html 7 Feb 2006 07:13:35 -0000 1.51.2.5
+++ whatsnew.html 16 Feb 2006 07:10:44 -0000 1.51.2.6
@@ -22,10 +22,17 @@
<dd>
<p>
Releasing version 0.7.2 of the Markup Validator, a maintenance release
- updating the codebase for compatibility issues with recent versions of the
- Config::General perl module, as well as including minor fixes in
- document types support and documentation.
+ including minor fixes as described below:
</p>
+<ul>
+<li> update for compatibility with new version of Config::General module</li>
+<li> fixed the recognized root element for XHTML 1.1 plus MathML 2.0 (plus SVG)</li>
+<li> avoid Text::Wrap error with deeply nested documents</li>
+<li> documentation fixes (typos, broken link)</li>
+<li> avoid trailing comma in failed validation results if number of errors is unknown</li>
+<li> consistency fixes for character encoding selection</li>
+</ul>
+
</dd>
<dt id="t2005-10-18">2005-10-18 — 0.7.1 Release:</dt>
<dd>
Received on Thursday, 16 February 2006 07:11:06 UTC