git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@523 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2002-09-10 20:22:00 +00:00
parent c5fe2ab51d
commit 407a770757
3 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,7 @@
1.6.2:
* Warn about unknown Content-Encodings. We only support gzip at the
moment.
1.6.1:
* FileUrlData.py: remove searching for links in text files, this is
error prone. Just handle *.html and Opera Bookmarks.

1
TODO
View file

@ -1,4 +1,3 @@
Check why threaded app wont exit resp. is stalled
Another Profiling roundup
Named constants for ANSI Color codes
gen binaries for python2.[1-3]

View file

@ -131,7 +131,7 @@ myname = "Bastian Kleineidam"
myemail = "calvin@users.sourceforge.net"
setup (name = "linkchecker",
version = "1.6.1",
version = "1.6.2",
description = "check HTML documents for broken links",
author = myname,
author_email = myemail,