link-checker commit: 4.3.

changeset:   153:494fdbe040d6
tag:         checklink-4_3
user:        ville
date:        Sun Oct 22 16:52:33 2006 +0000
files:       ChangeLog META.yml NEWS SIGNATURE bin/checklink
description:
4.3.


diff -r dbbef2767b4e -r 494fdbe040d6 ChangeLog
--- a/ChangeLog	Thu Oct 19 21:14:40 2006 +0000
+++ b/ChangeLog	Sun Oct 22 16:52:33 2006 +0000
@@ -1,3 +1,127 @@
+2006-10-22  ville
+
+	* bin/checklink: 4.3.
+
+2006-10-19  ville
+
+	* bin/checklink: Add some TODOs for #29.
+
+2006-10-15  ville
+
+	* bin/checklink, docs/linkchecker.css: Avoid multiple "settings"
+	IDs in HTML output.
+
+2006-10-15  ville
+
+	* bin/checklink: Don't let earlier URIs on the command line
+	implicitly limit recursion scope of subsequent ones (Debian
+	#277969).
+
+2006-10-15  ville
+
+	* bin/checklink: Print used settings only once and at start in
+	command line output.
+
+2006-10-03  ville
+
+	* bin/checklink: Make --quiet more quiet (Brian St. Pierre, Debian
+	#390788, rt.cpan.org #15053).
+
+2006-09-21  ville
+
+	* docs/checklink.html: Add blurb about SSL/TLS support.
+
+2006-06-15  ville
+
+	* bin/checklink: Update mod_perl HTTP_AUTHORIZATION hack for recent
+	2.x, drop support for 1.x.
+
+2006-06-15  ville
+
+	* bin/checklink, bin/checklink.pod: Allow specifying --location
+	multiple times, make it imply --recursive.
+
+2006-05-25  ville
+
+	* bin/checklink: Extract system IDs also from doctype declarations
+	that have no public part.
+
+2006-05-25  ville
+
+	* README, bin/checklink, docs/checklink.html, docs/linkchecker.css:
+	2006.
+
+2006-05-25  ville
+
+	* bin/checklink: Code cleanup: eliminate some magic numbers.
+
+2006-05-25  ville
+
+	* bin/checklink: Try enabling UTF-8 mode in HTML::Parser (#3289).
+
+2006-05-25  ville
+
+	* bin/checklink: Improve unknown line number handling.
+
+2006-05-06  ville
+
+	* bin/checklink, docs/checklink.html: Outsource line counting to
+	HTML::Parser; version >= 3.20 is now required.
+
+2006-05-06  ville
+
+	* bin/checklink: Clean up arguments passed to HTML::Parser
+	handlers.
+
+2006-05-05  ville
+
+	* bin/checklink: Sort broken fragment line numbers numerically, not
+	alphabetically.
+
+2006-05-05  ville
+
+	* bin/checklink: Suppress RobotRules warnings, rt.cpan.org #18902.
+
+2006-05-05  ville
+
+	* bin/checklink: Revert parallel user agent code from between
+	revisions 4.21 and 4.24 per discussion on public-qa-dev.
+
+2005-10-25  ot
+
+	* bin/checklink: The (hopefully temporary) workaround for responses
+	not storing the original request should not be for cases of 401's,
+	but 403 Forbidden by robots.txt See:
+	http://lists.w3.org/Archives/Public/public-qa-dev/2005Sep/0002
+
+	Hopefully we should be able to get rid of this if we manage to get
+	Dom's patch to RobotUA accepted.
+
+	http://lists.w3.org/Archives/Public/public-qa-dev/2005Sep/0018.html
+
+2005-08-31  ot
+
+	* bin/checklink: fixing a few brainos in passing arguments around
+
+2005-08-29  ot
+
+	* bin/checklink: WARNING: this code is rather broken...
+
+	This is not much more than a proof of concept of how we could be
+	using LWP::Parallel::RobotUA for our requests. The basic idea is to
+	send the list of links as an array to $ua->register() instead of
+	request()ing them sequentially.
+
+	Done by - modifying check_uri to pass an array of URIs to
+	check_validity - modifying check_validity to pass this array to
+	get_uris (a clone of get_uri) - cloning get_uri into get_uris
+
+	The latter is only roughly done, and there probably is some loss of
+	information (recursion, etc) in the process.
+
+	This is a rather poor patch but the best I can wrap my head around
+	right now, feel free to revert if it's too ugly.
+
 2005-05-15  ville
 
 	* bin/checklink: Release 4.2.1.
diff -r dbbef2767b4e -r 494fdbe040d6 META.yml
--- a/META.yml	Thu Oct 19 21:14:40 2006 +0000
+++ b/META.yml	Sun Oct 22 16:52:33 2006 +0000
@@ -1,14 +1,14 @@
 # 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.1
+version:      4.3
 version_from: bin/checklink
 installdirs:  site
 requires:
     CGI:                           0
     Config::General:               2.06
     File::Spec:                    0
-    HTML::Parser:                  3
+    HTML::Parser:                  3.2
     LWP:                           5.66
     Net::IP:                       0
     Term::ReadKey:                 2
@@ -17,4 +17,4 @@
     URI:                           0
 
 distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17
+generated_by: ExtUtils::MakeMaker version 6.30
diff -r dbbef2767b4e -r 494fdbe040d6 NEWS
--- a/NEWS	Thu Oct 19 21:14:40 2006 +0000
+++ b/NEWS	Sun Oct 22 16:52:33 2006 +0000
@@ -1,7 +1,7 @@
 This document contains information about high level changes between
 Link Checker releases, see ChangeLog for a detailed list of changes.
 
-Version x.x
+Version 4.3
 - Various minor improvements to result output, both in text and HTML modes.
 - Fix --quiet and checking multiple documents to match documentation.
 - Eliminate various warnings (emitted by code, not from results).
diff -r dbbef2767b4e -r 494fdbe040d6 SIGNATURE
--- a/SIGNATURE	Thu Oct 19 21:14:40 2006 +0000
+++ b/SIGNATURE	Sun Oct 22 16:52:33 2006 +0000
@@ -1,5 +1,5 @@
 This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.44.
+signed via the Module::Signature module, version 0.55.
 
 To verify the content in this distribution, first make sure you have
 Module::Signature installed, then type:
@@ -14,26 +14,26 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 333ccbe55e09c3375e0ec3081966f471d73282c3 ChangeLog
+SHA1 2c5134f49f7eb5d51acfcdc3730e45165fac3db5 ChangeLog
 SHA1 bcb07f9feaa907ee1f23e760591f8d6151acc2d8 ChangeLog.old
 SHA1 c5388018966a549ca86da9f8de0b6939d6130f30 MANIFEST
-SHA1 fa0315b268d1585fc741027d61aed7189ea068d1 META.yml
-SHA1 d6002c7c4347c553a9006f5256b7905ec37a7398 Makefile.PL
-SHA1 f7ca4705053d9ac87c129ebca0286ab520c81654 NEWS
-SHA1 31356e6e9096412951a6dd3010db4891bf12852c README
-SHA1 dde6dc9d3f9196c0a3c5bcfea64989763cdedf05 bin/checklink
-SHA1 1c6aa1008e89b65c1845fa6542f6a3e631934ac9 bin/checklink.pod
-SHA1 86184219c1d0ff8429109068d0b4cf9cdb2158bf docs/checklink.html
-SHA1 5e1ac28462d49c95bbec26317d51c93198320816 docs/linkchecker.css
+SHA1 d86dc62e05b37e588ad4ac1774502cb9faf2fb27 META.yml
+SHA1 59b049b306e1f6f6fccc5c3781059d716ca40b20 Makefile.PL
+SHA1 e9872de4696f50b900a47b43f691ecf658aa6614 NEWS
+SHA1 3ea1bc3499ab4ac150d3f7ba3bdd36568d19ad87 README
+SHA1 6c999178efacbb21eaa2c7a5dd8b03ad811c13cc bin/checklink
+SHA1 f03a48c6e3899b3a4e4a0d803f9b0e859e531938 bin/checklink.pod
+SHA1 1937cbce7eefd686b852154ab014a6c095963894 docs/checklink.html
+SHA1 3c2c87dbb123390513c039b24bbf67ab6b475a45 docs/linkchecker.css
 SHA1 a1cc961571daf700c9290860ae9c439d1b462162 docs/qa-small.png
 SHA1 54dfdab40c6dcaddb41915cf4253fb0e7cfa6d26 docs/valid-xhtml10.png
 SHA1 4e8a17dce3368969e174359f430c23d1da2adeae docs/w3c_home.png
 SHA1 5236c48740127421fb2afd7d1ff35aadbb01f46f etc/checklink.conf
 SHA1 f024acb384e9cdf15f40aee69ebdcf313124a41e t/00compile.t
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
+Version: GnuPG v1.4.5 (GNU/Linux)
 
-iD8DBQFCh1Nm2YzWNbzSQcsRAkFpAJ9dRXL9U6lCCZZhuH+EL3xbHOvS1QCfb8SA
-bDNEvoC4PUujLokO9XOlm84=
-=bK+B
+iD8DBQFFO6D/2YzWNbzSQcsRAqhGAJ9VcQempM3TyhoMzTz4xT4PyJdZ7ACeL8kY
+ibxnp4CbXNcBVfZBR0DlBTg=
+=DBQX
 -----END PGP SIGNATURE-----
diff -r dbbef2767b4e -r 494fdbe040d6 bin/checklink
--- a/bin/checklink	Thu Oct 19 21:14:40 2006 +0000
+++ b/bin/checklink	Sun Oct 22 16:52:33 2006 +0000
@@ -5,7 +5,7 @@
 # (c) 1999-2006 World Wide Web Consortium
 # based on Renaud Bruyeron's checklink.pl
 #
-# $Id: checklink,v 4.41 2006-10-19 21:14:40 ville Exp $
+# $Id: checklink,v 4.42 2006-10-22 16:48:13 ville Exp $
 #
 # This program is licensed under the W3C(r) Software License:
 #       http://www.w3.org/Consortium/Legal/copyright-software
@@ -126,9 +126,9 @@
   # Version info
   $PACKAGE     = 'W3C Link Checker';
   $PROGRAM     = 'W3C-checklink';
-  $VERSION     = '4.2.1';
+  $VERSION     = '4.3';
   $REVISION    = sprintf('version %s (c) 1999-2006 W3C', $VERSION);
-  my ($cvsver) = q$Revision: 4.41 $ =~ /(\d+[\d\.]*\.\d+)/;
+  my ($cvsver) = q$Revision: 4.42 $ =~ /(\d+[\d\.]*\.\d+)/;
   $AGENT       = sprintf('%s/%s [%s] %s',
                          $PROGRAM, $VERSION, $cvsver, LWP::RobotUA->_agent());
 

Received on Thursday, 5 August 2010 14:47:14 UTC