validator/htdocs index.html,1.74.2.8,1.74.2.9 whatsnew.html,1.51.2.8,1.51.2.9

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

Modified Files:
      Tag: validator-0_7-branch
	index.html whatsnew.html 
Log Message:
news items for 0.7.3

Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.74.2.8
retrieving revision 1.74.2.9
diff -u -d -r1.74.2.8 -r1.74.2.9
--- index.html	20 Feb 2006 03:21:20 -0000	1.74.2.8
+++ index.html	19 Oct 2006 05:34:28 -0000	1.74.2.9
@@ -93,21 +93,17 @@
     <div id="recent">
       <h2>Recent Updates</h2>
       <dl id="news">
+      <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>
-        <p>
-          Releasing version 0.7.2 of the Markup Validator, a maintenance release 
+          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.
-        </p>
-      </dd>
-
-      <dt><a href="whatsnew.html#t2005-10-18">2005-10-18</a>: Markup Validator v0.7.1 Released</dt>
-      <dd>
-          Released version 0.7.1 of the Markup Validator, a maintenance release 
-          introducing performance enhancements and including minor fixes
-          in the user interface and in the "Direct Input" validation results.
       </dd>
 
       </dl>

Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.51.2.8
retrieving revision 1.51.2.9
diff -u -d -r1.51.2.8 -r1.51.2.9
--- whatsnew.html	20 Feb 2006 03:02:19 -0000	1.51.2.8
+++ whatsnew.html	19 Oct 2006 05:34:28 -0000	1.51.2.9
@@ -18,6 +18,26 @@
       </p>
     </div>
     <dl id="news">
+      <dt id="t2006-10-23">2006-10-23 &mdash; 0.7.3 Release:</dt>
+      <dd>
+        <p>Releasing version 0.7.3 of the W3C Markup Validator,
+            a maintenance release including fixes, updates, and includes an 
+            experimental API to interface the validator with other programs and services.</p>
+        <p>Changes include:</p>
+        <ul>
+            <li>A new (experimental) <a href="docs/api.html">Web Services API</a> </li>
+            <li>The proprietary (and experimental) XML output format is deprecated</li>
+            <li>New Document type supported: XHTML-Print</li>
+            <li>New Character Encoding supported ISO-8859-11 (Thai)</li>
+            <li>Usability fix: better error messages for documents with no character encoding
+                declared, and for which the encoding fallback fails</li>
+            <li>HTTP Fix: Be more lenient about whitespace and linefeeds in Content-Type</li>
+            <li>Usability Fix: Adding the possibility of Doctype Override for SVG Document Types</li>
+            <li>documentation updates and improvements</li>
+            <li>Improved Feedback mechanisms</li>
+        </ul>
+      </dd>
+      
       <dt id="t2006-02-20">2006-02-20 &mdash; 0.7.2 Release:</dt>
       <dd>
         <p>

Received on Thursday, 19 October 2006 05:34:44 UTC