summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
authorVille Skytt? <ville.skytta@iki.fi>2010-12-12 12:04:53 +0200
committerVille Skytt? <ville.skytta@iki.fi>2010-12-12 12:04:53 +0200
commitfca78ba45843d6328ce06d04fc4b408fd79b509a (patch)
treecd84f2327f9281d27c0ba7a8554c0641740b35a9 /htdocs
parentc847a781bfe241eeef5bda248f350534ef4a2831 (diff)
downloadmarkup-validator-fca78ba45843d6328ce06d04fc4b408fd79b509a.zip
markup-validator-fca78ba45843d6328ce06d04fc4b408fd79b509a.tar.gz
markup-validator-fca78ba45843d6328ce06d04fc4b408fd79b509a.tar.bz2
Update news for 1.2.
Diffstat (limited to 'htdocs')
-rwxr-xr-xhtdocs/whatsnew.html34
1 files changed, 29 insertions, 5 deletions
diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html
index 051af2e..25f7062 100755
--- a/htdocs/whatsnew.html
+++ b/htdocs/whatsnew.html
@@ -26,7 +26,7 @@
</div>
<dl id="news">
- <dt id="v12">2010-08-20 &mdash; 1.2 release:</dt>
+ <dt id="v12">2010-12-12 &mdash; 1.2 release:</dt>
<dd>
<p>
The 1.2 release of the markup validator is an enhancement and
@@ -35,13 +35,18 @@
<ul>
<li>
Bug fix: fixes to validator's
- <a href="http://validator.w3.org/unicorn/">Unicorn</a> output
- templates.
+ <a href="http://validator.w3.org/unicorn/">Unicorn</a> and
+ <a href="docs/api.html">SOAP</a> output templates.
</li>
<li>
- Enhancement: updated validator's internal copy of
+ Enhancement: several updates to validator's internal DTD library
+ and catalog, including
<a href="http://www.w3.org/TR/xhtml-modularization/">XHTML
- modularization</a> DTDs to version 1.1, second edition.
+ modularization</a> 1.1 second edition,
+ <a href="http://www.w3.org/TR/xhtml-basic/">XHTML Basic</a> 1.1
+ second edition, and
+ <a href="http://www.w3.org/TR/xhtml-rdfa/">XHTML + RDFa</a> 1.1
+ 20101109 working draft.
</li>
<li>
Enhancement: undefined entity errors from libxml are no longer
@@ -51,6 +56,25 @@
<li>
Enhancement: minor configuration parsing performance improvements.
</li>
+ <li>
+ Enhancement: <a href="http://mootools.net/">MooTools</a> JavaScript
+ library updated to version 1.2.5 + MooTools more 1.2.5.1.
+ </li>
+ <li>
+ Enhancement: the "Home Page" configuration parameter is no longer
+ required or used.
+ </li>
+ <li>
+ Enhancement: list of the parsers actually used for a validation
+ is now included in valid results.
+ </li>
+ <li>
+ Enhancement: documentation improvements, code cleanups.
+ </li>
+ <li>
+ Dependency changes: new minimum required versions: CGI 3.40,
+ URI 1.53.
+ </li>
</ul>
</dd>