- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 07 Aug 2008 20:16:25 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv29792/htdocs
Modified Files:
whatsnew.html
Log Message:
minor markup fixes in doc
Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- whatsnew.html 22 Jul 2008 13:06:04 -0000 1.74
+++ whatsnew.html 7 Aug 2008 20:16:23 -0000 1.75
@@ -19,20 +19,21 @@
</p>
</div>
<dl id="news">
- <dt id="t2008-02-xx">2008-02-xx — 0.8.3 release:</dt>
+ <dt id="t2008-08-09">2008-08-08 — 0.8.3 release:</dt>
<dd>
<p>The 0.8.3 release of the W3C Markup Validator is a bug fix release, with a few small additional features.
- Changes include:
+ Changes include:</p>
<ul>
<li>Bug Fix: in version 0.8.2, revalidation of an uploaded file was broken (missing markup in the HTML form)</li>
- <li>Updates: Added support for XHTML Basic, XHTML Mobile Profiles (1.0, 1.1 and 1.2) and the historical HTML i18n</li>
+ <li>Updates: Added support for XHTML Basic 1.1, XHTML Mobile Profiles (1.0, 1.1 and 1.2) and the historical HTML i18n</li>
<li>Bug Fix: the validator won't override a given document type with itself</li>
<li>Conformance: The validator now warns about incorrect public/system identifiers combinations</li>
<li>API: The <a href="docs/api.html#http_headers">custom HTTP headers in validator responses</a> now also include the number of warnings</li>
<li>Experimental Feature: added the new option to send specific <code>Accept-Charset</code> and <code>User-Agent</code> headers,
in addition to <code>Accept</code> and <code>Accept-Language</code> in version <a href="#t2007-10-11">0.8.2</a>.</li>
<li>Experimental Feature: the validator can output its <a href="/docs/users.html#Output">results as JSON</a>.</li>
- <li>Some documentation updates</li>
+ <li>Documentation: Some documentation updates</li>
+ <li>Development: New automated support and regression test suite</li>
</ul>
</dd>
Received on Thursday, 7 August 2008 20:17:02 UTC