diff --git a/ChangeLog b/ChangeLog index f3f11111..c6916692 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/TODO b/TODO index 010a9247..6ce5009d 100644 --- a/TODO +++ b/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] diff --git a/setup.py b/setup.py index 85db9aaf..0956edf4 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.1", + version = "1.6.2", description = "check HTML documents for broken links", author = myname, author_email = myemail,