validator/htdocs whatsnew.html,1.102,1.103

Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv17834/htdocs

Modified Files:
	whatsnew.html 
Log Message:
Note (candidate) fix for #9899.

Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- whatsnew.html	7 May 2010 18:53:53 -0000	1.102
+++ whatsnew.html	13 Jun 2010 22:11:52 -0000	1.103
@@ -45,6 +45,13 @@
             Enhancement: updates to validator's internal DTD library.
           </li>
           <li>
+            Enhancement: XML wellformedness check now supports external
+            entities instead of just suppressing error messages about them
+            internally. As a side effect, this should work around a certain
+            <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9899">performance
+              problem with XML::LibXML 1.70</a>.
+          </li>
+          <li>
             Bug fix: doctype override could place a malformed comment
             in the modified document.
           </li>

Received on Sunday, 13 June 2010 22:11:55 UTC