- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 21 Feb 2008 07:11:01 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv23886/htdocs
Modified Files:
footer.html whatsnew.html
Log Message:
getting reading for 0.8.3
Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- whatsnew.html 10 Oct 2007 08:58:44 -0000 1.71
+++ whatsnew.html 21 Feb 2008 07:10:59 -0000 1.72
@@ -19,6 +19,22 @@
</p>
</div>
<dl id="news">
+ <dt id="t2008-02-xx">2008-02-xx — 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:
+ <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>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 a specific <code>Accept-Charset</code> header, in addition to <code>Accept</code>
+ and <code>Accept-Language</code> in <a href="#t2007-10-11">0.8.2</a>.</li>
+ <li>Some documentation updates</li>
+ </ul>
+
+ </dd>
<dt id="t2007-10-11">2007-10-11 — 0.8.2 release:</dt>
<dd>
<p>The 0.8.2 release of the W3C Markup Validator is a bug fix, performance and usability
Index: footer.html
===================================================================
RCS file: /sources/public/validator/htdocs/footer.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- footer.html 15 Jan 2008 05:59:32 -0000 1.26
+++ footer.html 21 Feb 2008 07:10:59 -0000 1.27
@@ -21,7 +21,7 @@
</a>
</p>
<p id="version_info">
- This is the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#t2007-10-11"><abbr title="version">v</abbr>0.8.2</a>.
+ This is the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#t2007-10-11"><abbr title="version">v</abbr>0.8.3</a>.
</p>
<p class="copyright">
Received on Thursday, 21 February 2008 07:11:10 UTC