diff options
author | ville <ville@localhost> | 2010-05-07 18:53:53 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2010-05-07 18:53:53 +0000 |
commit | 8cdc89438f05c43f2f927996cd2b5101c0ecb569 (patch) | |
tree | 263e1c76f4af481443b1e85fa6f8931f34c1ad13 /htdocs | |
parent | 0e7823545e6404c4a0338619dd1a92035cffe7d3 (diff) | |
download | markup-validator-8cdc89438f05c43f2f927996cd2b5101c0ecb569.zip markup-validator-8cdc89438f05c43f2f927996cd2b5101c0ecb569.tar.gz markup-validator-8cdc89438f05c43f2f927996cd2b5101c0ecb569.tar.bz2 |
Bring whatsnew up to date.
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/whatsnew.html | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index 9169d73..11041f4 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: whatsnew.html,v 1.101 2010-05-07 18:47:34 ville Exp $" ---><!--#set var="date" value="\$Date: 2010-05-07 18:47:34 $" +<!--#set var="revision" value="\$Id: whatsnew.html,v 1.102 2010-05-07 18:53:53 ville Exp $" +--><!--#set var="date" value="\$Date: 2010-05-07 18:53:53 $" --><!--#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="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> |