summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
authorville <ville@localhost>2010-01-26 19:40:30 +0000
committerville <ville@localhost>2010-01-26 19:40:30 +0000
commit9846898e0cf72de8dabbb1d7d27c2ac359cd02c6 (patch)
treec5dafaf812e2d51c1c3f7f1a75da96d3c5f0ee2b /htdocs
parentad78a62593c6343ee46ef189c305993013a96e23 (diff)
downloadmarkup-validator-9846898e0cf72de8dabbb1d7d27c2ac359cd02c6.zip
markup-validator-9846898e0cf72de8dabbb1d7d27c2ac359cd02c6.tar.gz
markup-validator-9846898e0cf72de8dabbb1d7d27c2ac359cd02c6.tar.bz2
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.
Diffstat (limited to 'htdocs')
-rwxr-xr-xhtdocs/whatsnew.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html
index 1d84e19..674cb4c 100755
--- a/htdocs/whatsnew.html
+++ b/htdocs/whatsnew.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: whatsnew.html,v 1.94 2009-12-26 11:10:09 ville Exp $"
---><!--#set var="date" value="\$Date: 2009-12-26 11:10:09 $"
+<!--#set var="revision" value="\$Id: whatsnew.html,v 1.95 2010-01-26 19:40:30 ville Exp $"
+--><!--#set var="date" value="\$Date: 2010-01-26 19:40:30 $"
--><!--#set var="title" value="What's New at The W3C Markup Validation Service"
--><!--#set var="relroot" value="./"
--><!--#set var="feeds" value="1"
@@ -28,7 +28,7 @@
</div>
<dl id="news">
- <dt id="v086">2009-12-xx &mdash; 0.8.6 release:</dt>
+ <dt id="v086">2010-xx-xx &mdash; 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 &gt;= 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.