From 407a7707573cc2f478d2ee8792a161b47d9a7ea4 Mon Sep 17 00:00:00 2001 From: calvin Date: Tue, 10 Sep 2002 20:22:00 +0000 Subject: [PATCH] updated git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@523 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- ChangeLog | 4 ++++ TODO | 1 - setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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,