- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 07 May 2010 18:53:55 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv28597/htdocs
Modified Files:
whatsnew.html
Log Message:
Bring whatsnew up to date.
Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- whatsnew.html 7 May 2010 18:47:34 -0000 1.101
+++ whatsnew.html 7 May 2010 18:53:53 -0000 1.102
@@ -28,7 +28,7 @@
</div>
<dl id="news">
- <dt id="vxyz">201Y-MM-DD — X.Y.Z release:</dt>
+ <dt id="vDEV">201Y-MM-DD — X.Y.Z release:</dt>
<dd>
<p>
The X.Y.Z release of the markup validator is a TBD release.
@@ -42,6 +42,9 @@
passed document.
</li>
<li>
+ Enhancement: updates to validator's internal DTD library.
+ </li>
+ <li>
Bug fix: doctype override could place a malformed comment
in the modified document.
</li>
@@ -49,6 +52,14 @@
Bug fix: error messages were not properly HTML escaped when
"show source" was selected.
</li>
+ <li>
+ Dependency changes: new minimum required versions: HTML-Parser
+ 3.60, XML-LibXML 1.70.
+ </li>
+ <li>
+ … and a whole slew of minor spelling, code cleanup, link and the
+ like fixes here and there.
+ </li>
</ul>
</dd>
Received on Friday, 7 May 2010 18:53:57 UTC