- From: Terje Bless <link@dev.w3.org>
- Date: Wed, 21 Jul 2004 18:13:17 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv22319/htdocs
Modified Files:
Tag: validator-0_6_0-branch
header.html index.html whatsnew.html
Log Message:
Update changelogs and bump version number to 0.6.7.
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.55.2.36
retrieving revision 1.55.2.37
diff -u -d -r1.55.2.36 -r1.55.2.37
--- index.html 20 May 2004 11:40:28 -0000 1.55.2.36
+++ index.html 21 Jul 2004 18:13:15 -0000 1.55.2.37
@@ -51,6 +51,13 @@
<div id="recent">
<h2>Recent Updates</h2>
<dl>
+ <dt><a href="whatsnew.html#t2004-07-23">2004-07-23</a>:
+ Markup Validator v0.6.7 Released</dt>
+ <dd>
+ Released version 0.6.7, a maintenance release that fixes a few minor
+ bugs, improves authentication proxying, and makes some slight
+ tweaks to the website style and markup.
+ </dd>
<dt><a href="whatsnew.html#t2004-05-21">2004-05-21</a>:
Markup Validator v0.6.6 Released</dt>
<dd>
@@ -67,9 +74,6 @@
mechanisms instead of fatal errors, and offering explanations in
addition to error messages.
</dd>
- <dt><a href="whatsnew.html#t2002-12-01">2002-12-01</a>:
- Markup Validator v0.6.1 Released</dt>
- <dd>Released version 0.6.1, a maintenance release to fix minor bugs.</dd>
</dl>
<p class="intro">
These are the most recent major changes to this service. See
Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.34.2.24
retrieving revision 1.34.2.25
diff -u -d -r1.34.2.24 -r1.34.2.25
--- whatsnew.html 21 May 2004 00:17:26 -0000 1.34.2.24
+++ whatsnew.html 21 Jul 2004 18:13:15 -0000 1.34.2.25
@@ -15,6 +15,20 @@
</p>
</div>
<dl>
+ <dt id="t2004-07-23">2004-07-23 — 0.6.7 Release:</dt>
+ <dd>
+ <p>
+ A maintenance release that fixes a
+ <a href="http://www.w3.org/Bugs/Public/buglist.cgi?product=Validator&target_milestone=0.6.7">few minor bugs</a>,
+ improves authentication proxying, and makes some slight tweaks to the
+ website style and markup.
+ </p>
+ <p>
+ This version also more completely fixes the bug mentioned at the end
+ of the previous version's release notes. See the <a
+ href="#t2004-05-21">v0.6.6 release notes</a> for details.
+ </p>
+ </dd>
<dt id="t2004-05-21">2004-05-21 — 0.6.6 Release:</dt>
<dd>
<p>
Index: header.html
===================================================================
RCS file: /sources/public/validator/htdocs/header.html,v
retrieving revision 1.19.2.33
retrieving revision 1.19.2.34
diff -u -d -r1.19.2.33 -r1.19.2.34
--- header.html 20 May 2004 11:40:28 -0000 1.19.2.33
+++ header.html 21 Jul 2004 18:13:15 -0000 1.19.2.34
@@ -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" /></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.6.6</span>
+ <span id="versioninfo"><abbr title="version">v</abbr>0.6.7</span>
</div>
<ul class="navbar" id="menu">
<li><span class="hideme"><a href="#skip" accesskey="s" title="Skip past navigation to main part of page">Skip Navigation</a> |</span>
Received on Wednesday, 21 July 2004 14:13:21 UTC