diff options
author | ot <ot@localhost> | 2008-02-21 07:10:59 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-02-21 07:10:59 +0000 |
commit | 843bdaa7a00c4710bef571a194eb6d7f52b7e272 (patch) | |
tree | 26a050a04e01480abfa98aa1601f952f22e53efe | |
parent | 526af0feb7929e4e9f6357dcba224db4c55c2f4d (diff) | |
download | markup-validator-843bdaa7a00c4710bef571a194eb6d7f52b7e272.zip markup-validator-843bdaa7a00c4710bef571a194eb6d7f52b7e272.tar.gz markup-validator-843bdaa7a00c4710bef571a194eb6d7f52b7e272.tar.bz2 |
getting reading for 0.8.3
-rwxr-xr-x | htdocs/footer.html | 2 | ||||
-rwxr-xr-x | htdocs/whatsnew.html | 20 | ||||
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 2 | ||||
-rw-r--r-- | misc/w3c-markup-validator.spec | 4 | ||||
-rw-r--r-- | share/templates/en_US/footer.tmpl | 2 |
5 files changed, 23 insertions, 7 deletions
diff --git a/htdocs/footer.html b/htdocs/footer.html index c4e4c04..b13d7ed 100755 --- a/htdocs/footer.html +++ b/htdocs/footer.html @@ -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"> diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index 846cd6f..df16bc4 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: whatsnew.html,v 1.71 2007-10-10 08:58:44 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-10-10 08:58:44 $" +<!--#set var="revision" value="\$Id: whatsnew.html,v 1.72 2008-02-21 07:10:59 ot Exp $" +--><!--#set var="date" value="\$Date: 2008-02-21 07:10:59 $" --><!--#set var="title" value="What's New at The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#set var="feeds" value="1" @@ -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 diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index 3868de2..89b6a94 100644 --- a/misc/bundle/lib/Bundle/W3C/Validator.pm +++ b/misc/bundle/lib/Bundle/W3C/Validator.pm @@ -4,7 +4,7 @@ use 5.8.0; use strict; use vars qw($VERSION); -$VERSION = '0.8.2'; +$VERSION = '0.8.3'; 1; diff --git a/misc/w3c-markup-validator.spec b/misc/w3c-markup-validator.spec index a2694cb..536a728 100644 --- a/misc/w3c-markup-validator.spec +++ b/misc/w3c-markup-validator.spec @@ -1,10 +1,10 @@ # RPM spec file for the W3C Markup Validator -# $Id: w3c-markup-validator.spec,v 1.10 2007-10-10 08:56:41 ot Exp $ +# $Id: w3c-markup-validator.spec,v 1.11 2008-02-21 07:10:59 ot Exp $ %{expand: %%define tbver %(echo %{version} | tr . _)} Name: w3c-markup-validator -Version: 0.8.2 +Version: 0.8.3 Release: 0 Summary: W3C Markup Validator diff --git a/share/templates/en_US/footer.tmpl b/share/templates/en_US/footer.tmpl index 43ba2c1..d707f48 100644 --- a/share/templates/en_US/footer.tmpl +++ b/share/templates/en_US/footer.tmpl @@ -28,7 +28,7 @@ </a> </p> <p id="version_info"> - This is the W3C Markup Validator, <a href="whatsnew.html#t2007-10-11"><abbr title="version">v</abbr>0.8.2</a>. + This is the W3C Markup Validator, <a href="whatsnew.html#t2007-10-11"><abbr title="version">v</abbr>0.8.3</a>. </p> <p class="copyright"> |