mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-11 10:00:58 +00:00
updated
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@604 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
75a0c05f8d
commit
86ea80dea7
3 changed files with 11 additions and 2 deletions
|
|
@ -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
6
debian/changelog
vendored
|
|
@ -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.
|
||||
|
|
|
|||
2
setup.py
2
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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue