- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:03 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 128:1f9dcd1bc1ed
user: ville
date: Sun May 15 13:46:42 2005 +0000
files: META.yml NEWS bin/checklink
description:
Release 4.2.1.
diff -r b416e3f5daee -r 1f9dcd1bc1ed META.yml
--- a/META.yml Sun May 15 13:45:03 2005 +0000
+++ b/META.yml Sun May 15 13:46:42 2005 +0000
@@ -1,7 +1,7 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: W3C-LinkChecker
-version: 4.2
+version: 4.2.1
version_from: bin/checklink
installdirs: site
requires:
diff -r b416e3f5daee -r 1f9dcd1bc1ed NEWS
--- a/NEWS Sun May 15 13:45:03 2005 +0000
+++ b/NEWS Sun May 15 13:46:42 2005 +0000
@@ -1,3 +1,6 @@
+Version 4.2.1
+- Include documentation of the reorganized access keys.
+
Version 4.2
- Access key reorganization, making them less likely to conflict with
browsers' "native" key bindings.
diff -r b416e3f5daee -r 1f9dcd1bc1ed bin/checklink
--- a/bin/checklink Sun May 15 13:45:03 2005 +0000
+++ b/bin/checklink Sun May 15 13:46:42 2005 +0000
@@ -5,7 +5,7 @@
# (c) 1999-2005 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink,v 4.20 2005-04-27 15:17:13 ville Exp $
+# $Id: checklink,v 4.21 2005-05-15 13:46:42 ville Exp $
#
# This program is licensed under the W3C(r) Software License:
# http://www.w3.org/Consortium/Legal/copyright-software
@@ -116,9 +116,9 @@
# Version info
$PACKAGE = 'W3C Link Checker';
$PROGRAM = 'W3C-checklink';
- $VERSION = '4.2';
+ $VERSION = '4.2.1';
$REVISION = sprintf('version %s (c) 1999-2005 W3C', $VERSION);
- my ($cvsver) = q$Revision: 4.20 $ =~ /(\d+[\d\.]*\.\d+)/;
+ my ($cvsver) = q$Revision: 4.21 $ =~ /(\d+[\d\.]*\.\d+)/;
$AGENT = sprintf('%s/%s [%s] %s',
$PROGRAM, $VERSION, $cvsver, LWP::RobotUA->_agent());
Received on Thursday, 5 August 2010 14:47:12 UTC