- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 20 Feb 2006 03:02:21 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv11798
Modified Files:
Tag: validator-0_7-branch
index.html whatsnew.html
Log Message:
last date change, moving forward with the release now that the last known encoding issues were fixed by Ville - updating changelog too
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.74.2.6
retrieving revision 1.74.2.7
diff -u -d -r1.74.2.6 -r1.74.2.7
--- index.html 16 Feb 2006 07:13:40 -0000 1.74.2.6
+++ index.html 20 Feb 2006 03:02:19 -0000 1.74.2.7
@@ -93,13 +93,13 @@
<div id="recent">
<h2>Recent Updates</h2>
<dl id="news">
- <dt<a href="whatsnew.html#t2006-02-17">2006-02-17 — 0.7.2 Release:</dt>
+ <dt<a href="whatsnew.html#t2006-02-20">2006-02-20 — 0.7.2 Release:</dt>
<dd>
<p>
Releasing version 0.7.2 of the Markup Validator, a maintenance release
updating the codebase for compatibility issues with recent versions of the
Config::General perl module, as well as including minor fixes in
- document types support, character encoding override UI, and documentation.
+ document types and character encoding support, and documentation.
</p>
</dd>
Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.51.2.7
retrieving revision 1.51.2.8
diff -u -d -r1.51.2.7 -r1.51.2.8
--- whatsnew.html 16 Feb 2006 07:13:40 -0000 1.51.2.7
+++ whatsnew.html 20 Feb 2006 03:02:19 -0000 1.51.2.8
@@ -18,7 +18,7 @@
</p>
</div>
<dl id="news">
- <dt id="t2006-02-17">2006-02-17 — 0.7.2 Release:</dt>
+ <dt id="t2006-02-20">2006-02-20 — 0.7.2 Release:</dt>
<dd>
<p>
Releasing version 0.7.2 of the Markup Validator, a maintenance release
@@ -31,6 +31,7 @@
<li> documentation fixes (typos, broken link)</li>
<li> avoid trailing comma in failed validation results if number of errors is unknown</li>
<li> consistency fixes for character encoding selection</li>
+<li>fixed support for iso-8859-3 and iso-8859-4 encodings, added support for iso-ir-111</li>
</ul>
</dd>
Received on Monday, 20 February 2006 03:02:53 UTC