- From: Mercurial notifier <nobody@w3.org>
- Date: Fri, 20 Aug 2010 10:08:42 +0000
- To: markup-validator updates <www-validator-cvs@w3.org>
changeset: 3136:7a41b28837c8
tag: tip
user: Ville Skyttä <ville.skytta@iki.fi>
date: Fri Aug 20 13:02:35 2010 +0300
files: htdocs/footer.html htdocs/whatsnew.html share/templates/en_US/footer.tmpl
description:
Prepare for 1.2 release.
diff -r 7913314fa5b9 -r 7a41b28837c8 htdocs/footer.html
--- a/htdocs/footer.html Tue Aug 17 17:40:30 2010 +0200
+++ b/htdocs/footer.html Fri Aug 20 13:02:35 2010 +0300
@@ -17,7 +17,7 @@
</a>
</p>
<p id="version_info">
- This service runs the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#v12"><abbr title="version">v</abbr>1.2-dev</a>.
+ This service runs the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#v12"><abbr title="version">v</abbr>1.2</a>.
</p>
<p class="copyright">
diff -r 7913314fa5b9 -r 7a41b28837c8 htdocs/whatsnew.html
--- a/htdocs/whatsnew.html Tue Aug 17 17:40:30 2010 +0200
+++ b/htdocs/whatsnew.html Fri Aug 20 13:02:35 2010 +0300
@@ -26,7 +26,7 @@
</div>
<dl id="news">
- <dt id="v12">201x-xx-xx — 1.2 release:</dt>
+ <dt id="v12">2010-08-20 — 1.2 release:</dt>
<dd>
<p>
The 1.2 release of the markup validator is an enhancement and
@@ -34,12 +34,22 @@
</p>
<ul>
<li>
+ Bug fix: fixes to validator's
+ <a href="http://validator.w3.org/unicorn/">Unicorn</a> output
+ templates.
+ </li>
+ <li>
Enhancement: updated validator's internal copy of
<a href="http://www.w3.org/TR/xhtml-modularization/">XHTML
modularization</a> DTDs to version 1.1, second edition.
</li>
<li>
- TBD…
+ Enhancement: undefined entity errors from libxml are no longer
+ suppressed as support for external entities is enabled in it since
+ validator version 1.0.
+ </li>
+ <li>
+ Enhancement: minor configuration parsing performance improvements.
</li>
</ul>
</dd>
diff -r 7913314fa5b9 -r 7a41b28837c8 share/templates/en_US/footer.tmpl
--- a/share/templates/en_US/footer.tmpl Tue Aug 17 17:40:30 2010 +0200
+++ b/share/templates/en_US/footer.tmpl Fri Aug 20 13:02:35 2010 +0300
@@ -22,7 +22,7 @@
</a>
</p>
<p id="version_info">
- This service runs the W3C Markup Validator, <a href="whatsnew.html#v12"><abbr title="version">v</abbr>1.2-dev</a>.
+ This service runs the W3C Markup Validator, <a href="whatsnew.html#v12"><abbr title="version">v</abbr>1.2</a>.
</p>
<p class="copyright">
Received on Friday, 20 August 2010 10:08:43 UTC