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,