- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 15 Jul 2010 16:08:55 +0000
- To: markup-validator updates <www-validator-cvs@w3.org>
changeset: 3128:a1123a6da7e5
tag: tip
user: Ville Skyttä <ville.skytta@iki.fi>
date: Thu Jul 15 19:08:38 2010 +0300
files: htdocs/footer.html htdocs/whatsnew.html httpd/cgi-bin/check share/templates/en_US/footer.tmpl
description:
Bump version to 1.2(-dev).
diff -r 4e7d67c43cf1 -r a1123a6da7e5 htdocs/footer.html
--- a/htdocs/footer.html Thu Jul 15 19:05:24 2010 +0300
+++ b/htdocs/footer.html Thu Jul 15 19:08:38 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#v11"><abbr title="version">v</abbr>1.1</a>.
+ This service runs the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#v12"><abbr title="version">v</abbr>1.2-dev</a>.
</p>
<p class="copyright">
diff -r 4e7d67c43cf1 -r a1123a6da7e5 htdocs/whatsnew.html
--- a/htdocs/whatsnew.html Thu Jul 15 19:05:24 2010 +0300
+++ b/htdocs/whatsnew.html Thu Jul 15 19:08:38 2010 +0300
@@ -25,6 +25,19 @@
</p>
</div>
<dl id="news">
+
+ <dt id="v12">201x-xx-xx — 1.2 release:</dt>
+ <dd>
+ <p>
+ The 1.2 release of the markup validator is an enhancement and
+ bug fix release. Changes include:
+ </p>
+ <ul>
+ <li>
+ TBD…
+ </li>
+ </ul>
+ </dd>
<dt id="v11">2010-07-07 — 1.1 release:</dt>
<dd>
diff -r 4e7d67c43cf1 -r a1123a6da7e5 httpd/cgi-bin/check
--- a/httpd/cgi-bin/check Thu Jul 15 19:05:24 2010 +0300
+++ b/httpd/cgi-bin/check Thu Jul 15 19:08:38 2010 +0300
@@ -81,7 +81,7 @@
#
# Define global variables.
use vars qw($DEBUG $CFG %RSRC $VERSION);
-$VERSION = '1.1';
+$VERSION = '1.2';
use constant IS_MODPERL2 =>
(exists($ENV{MOD_PERL_API_VERSION}) && $ENV{MOD_PERL_API_VERSION} >= 2);
diff -r 4e7d67c43cf1 -r a1123a6da7e5 share/templates/en_US/footer.tmpl
--- a/share/templates/en_US/footer.tmpl Thu Jul 15 19:05:24 2010 +0300
+++ b/share/templates/en_US/footer.tmpl Thu Jul 15 19:08:38 2010 +0300
@@ -22,7 +22,7 @@
</a>
</p>
<p id="version_info">
- This service runs the W3C Markup Validator, <a href="whatsnew.html#v11"><abbr title="version">v</abbr>1.1</a>.
+ This service runs the W3C Markup Validator, <a href="whatsnew.html#v12"><abbr title="version">v</abbr>1.2-dev</a>.
</p>
<p class="copyright">
Received on Thursday, 15 July 2010 16:08:59 UTC