- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 26 Jan 2010 19:40:32 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv19958/htdocs
Modified Files:
whatsnew.html
Log Message:
Use output mode specific error template for fatal errors, abort properly on
fatal errors in non-HTML output modes (#8801).
For now, we have error templates for the SOAP and HTML modes, the latter being
default for all others.
Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- whatsnew.html 26 Dec 2009 11:10:09 -0000 1.94
+++ whatsnew.html 26 Jan 2010 19:40:30 -0000 1.95
@@ -28,7 +28,7 @@
</div>
<dl id="news">
- <dt id="v086">2009-12-xx — 0.8.6 release:</dt>
+ <dt id="v086">2010-xx-xx — 0.8.6 release:</dt>
<dd>
<p>
The 0.8.6 release of the markup validator is an enhancement and
@@ -167,6 +167,11 @@
encoding suggestions.
</li>
<li>
+ Bug fix: various fatal validation errors resulted in
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8801">internal
+ server errors</a> in non-HTML output modes.
+ </li>
+ <li>
Dependency changes: new dependency: JSON >= 2.00; new minimum
required versions: libwww-perl 5.802, Config-General 2.32,
SGML-Parser-OpenSP 0.991; String-Approx is no longer required.
Received on Tuesday, 26 January 2010 19:40:33 UTC