- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:17 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 266:4a386febf7ed user: ot date: Thu Jan 08 21:44:45 2009 +0000 files: META.yml NEWS bin/checklink description: preparing 4.4 diff -r 502599dcca11 -r 4a386febf7ed META.yml --- a/META.yml Wed Jan 07 18:22:42 2009 +0000 +++ b/META.yml Thu Jan 08 21:44:45 2009 +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.3 +version: 4.4 version_from: bin/checklink installdirs: site requires: diff -r 502599dcca11 -r 4a386febf7ed NEWS --- a/NEWS Wed Jan 07 18:22:42 2009 +0000 +++ b/NEWS Thu Jan 08 21:44:45 2009 +0000 @@ -1,5 +1,10 @@ This document contains information about high level changes between Link Checker releases, see ChangeLog for a detailed list of changes. + +Version 4.4 +- Changes in the UI to make it match other validators more closely +- in HTML/cgi output, using javascript to show checklink status as it happens + Version 4.3 - Various minor improvements to result output, both in text and HTML modes. diff -r 502599dcca11 -r 4a386febf7ed bin/checklink --- a/bin/checklink Wed Jan 07 18:22:42 2009 +0000 +++ b/bin/checklink Thu Jan 08 21:44:45 2009 +0000 @@ -5,7 +5,7 @@ # (c) 1999-2009 World Wide Web Consortium # based on Renaud Bruyeron's checklink.pl # -# $Id: checklink,v 4.132 2009-01-07 18:22:42 ot Exp $ +# $Id: checklink,v 4.133 2009-01-08 21:44:45 ot Exp $ # # This program is licensed under the W3C(r) Software License: # http://www.w3.org/Consortium/Legal/copyright-software @@ -258,9 +258,9 @@ # Version info $PACKAGE = 'W3C Link Checker'; $PROGRAM = 'W3C-checklink'; - $VERSION = '4.3'; + $VERSION = '4.4'; $REVISION = sprintf('version %s (c) 1999-2009 W3C', $VERSION); - my ($cvsver) = q$Revision: 4.132 $ =~ /(\d+[\d\.]*\.\d+)/; + my ($cvsver) = q$Revision: 4.133 $ =~ /(\d+[\d\.]*\.\d+)/; $AGENT = sprintf('%s/%s [%s] %s', $PROGRAM, $VERSION, $cvsver, (W3C::UserAgent::USE_ROBOT_UA
Received on Thursday, 5 August 2010 14:47:38 UTC