git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@604 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2002-11-18 19:57:10 +00:00
parent 75a0c05f8d
commit 86ea80dea7
3 changed files with 11 additions and 2 deletions

View file

@ -2,8 +2,11 @@
* Removed check for <applet> tags codebase attribute, but honor it
when checking applet links
* Handle <applet> 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

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
linkchecker (1.6.7-1) unstable; urgency=low
* New upstream release.
-- Bastian Kleineidam <calvin@debian.org> Mon, 18 Nov 2002 20:56:39 +0100
linkchecker (1.6.6-1) unstable; urgency=low
* New upstream release.

View file

@ -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,