validator/htdocs header.html,1.26,1.27 index.html,1.60,1.61 whatsnew.html,1.40,1.41

Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv26549/htdocs

Modified Files:
	header.html index.html whatsnew.html 
Log Message:
Merging from branch validator-0_6_0-branch, at tag validator-0_6_7-pre3.
(this should be 0.6.7-release unless something more crops up).


Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- index.html	21 Jul 2004 15:06:55 -0000	1.60
+++ index.html	21 Jul 2004 18:37:35 -0000	1.61
@@ -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.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- whatsnew.html	21 Jul 2004 15:06:55 -0000	1.40
+++ whatsnew.html	21 Jul 2004 18:37:35 -0000	1.41
@@ -15,6 +15,20 @@
       </p>
     </div>
     <dl>
+      <dt id="t2004-07-23">2004-07-23 &mdash; 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&amp;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 &mdash; 0.6.6 Release:</dt>
       <dd>
         <p>

Index: header.html
===================================================================
RCS file: /sources/public/validator/htdocs/header.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- header.html	21 Jul 2004 15:06:55 -0000	1.26
+++ header.html	21 Jul 2004 18:37:35 -0000	1.27
@@ -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:37:37 UTC