- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 09 Nov 2006 07:09:36 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv12699/htdocs
Modified Files:
Tag: validator-0_7-branch
header.html index.html whatsnew.html
Log Message:
preparing 0.7.4 release
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.74.2.9
retrieving revision 1.74.2.10
diff -u -d -r1.74.2.9 -r1.74.2.10
--- index.html 19 Oct 2006 05:34:28 -0000 1.74.2.9
+++ index.html 9 Nov 2006 07:09:34 -0000 1.74.2.10
@@ -93,18 +93,17 @@
<div id="recent">
<h2>Recent Updates</h2>
<dl id="news">
+
+ <dt><a href="whatsnew.html#t2006-11-14">2006-11-14</a>: Markup Validator v0.7.4 Released</dt>
+ <dd>
+ Maintenance release of the Markup Validator, including bug fixes to the API,
+ documentation updates and the return of the outline feature.
+ <dd>
<dt><a href="whatsnew.html#t2006-10-23">2006-10-23</a>: Markup Validator v0.7.3 Released</dt>
<dd>
Maintenance release of the Markup Validator, including fixes, updates, and adding an
experimental API to interface the validator with other programs and services.
</dd>
- <dt><a href="whatsnew.html#t2006-02-20">2006-02-20</a>: Markup Validator v0.7.2 Released</dt>
- <dd>
- Maintenance release of the Markup Validator,
- updating the codebase for compatibility issues with recent versions of the
- Config::General perl module, as well as including minor fixes in
- document types and character encoding support, and documentation.
- </dd>
</dl>
<p class="intro">
Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.51.2.11
retrieving revision 1.51.2.12
diff -u -d -r1.51.2.11 -r1.51.2.12
--- whatsnew.html 23 Oct 2006 06:22:45 -0000 1.51.2.11
+++ whatsnew.html 9 Nov 2006 07:09:34 -0000 1.51.2.12
@@ -18,6 +18,20 @@
</p>
</div>
<dl id="news">
+
+ <dt id="t2006-11-14">2006-11-14 — 0.7.4 Release:</dt>
+ <dd>
+ <p>Releasing version 0.7.4 of the W3C Markup Validator,
+ a maintenance release including bug fixes and documentation updates.</p>
+ <p>Changes include:</p>
+ <ul>
+ <li>Bug fixes to the validator's <a href="docs/api.html">API</a> </li>
+ <li>The proprietary XML output format is (still) deprecated, and will be removed in version 0.8.0</li>
+ <li>The outline feature, broken in version 0.7.3, is back.</li>
+ <li>Documentation updates</li>
+ </ul>
+ </dd>
+
<dt id="t2006-10-23">2006-10-23 — 0.7.3 Release:</dt>
<dd>
<p>Releasing version 0.7.3 of the W3C Markup Validator,
Index: header.html
===================================================================
RCS file: /sources/public/validator/htdocs/header.html,v
retrieving revision 1.36.2.3
retrieving revision 1.36.2.4
diff -u -d -r1.36.2.3 -r1.36.2.4
--- header.html 13 Oct 2006 07:19:23 -0000 1.36.2.3
+++ header.html 9 Nov 2006 07:09:34 -0000 1.36.2.4
@@ -21,7 +21,7 @@
<a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" src="http://www.w3.org/Icons/WWW/w3c_home_nb" /></a>
<a href="http://www.w3.org/QA/"><img src="http://www.w3.org/QA/2002/12/qa-small.png" alt="QA" /></a>
Markup Validation Service</h1>
- <span id="versioninfo"><abbr title="version">v</abbr>0.7.3</span>
+ <span id="versioninfo"><abbr title="version">v</abbr>0.7.4</span>
</div>
<ul class="navbar" id="menu">
<li><span class="hideme"><a href="#skip" accesskey="2" title="Skip past navigation to main part of page">Skip Navigation</a> |</span>
Received on Thursday, 9 November 2006 07:09:48 UTC