mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-04 07:00:23 +00:00
updated
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@523 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
c5fe2ab51d
commit
407a770757
3 changed files with 5 additions and 2 deletions
|
|
@ -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
1
TODO
|
|
@ -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]
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue