From 86ea80dea71f451ccaf94f4d800a76a0b80b7086 Mon Sep 17 00:00:00 2001 From: calvin Date: Mon, 18 Nov 2002 19:57:10 +0000 Subject: [PATCH] updated git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@604 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- ChangeLog | 5 ++++- debian/changelog | 6 ++++++ setup.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 173d856a..a7ae9dee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,8 +2,11 @@ * Removed check for tags codebase attribute, but honor it when checking applet links * Handle tags archive attribute as a comma separated list - * Fix a deep flaw in tag searching, which ignored tags with more + Closes: SF bug #636802 + * Fix a nasty bug in tag searching, which ignored tags with more than one link attribute in it. + * Fix concatenation with relative base urls by first joining the + parent url. 1.6.6 * Use the new HTTPConnection/HTTPResponse interface of httplib diff --git a/debian/changelog b/debian/changelog index 405ac11b..637e9437 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linkchecker (1.6.7-1) unstable; urgency=low + + * New upstream release. + + -- Bastian Kleineidam Mon, 18 Nov 2002 20:56:39 +0100 + linkchecker (1.6.6-1) unstable; urgency=low * New upstream release. diff --git a/setup.py b/setup.py index 6a89748c..f2e4b11c 100755 --- a/setup.py +++ b/setup.py @@ -131,7 +131,7 @@ myname = "Bastian Kleineidam" myemail = "calvin@users.sourceforge.net" setup (name = "linkchecker", - version = "1.6.6", + version = "1.6.7", description = "check HTML documents for broken links", author = myname, author_email = myemail,