linkchecker/ChangeLog
2002-09-23 15:02:42 +00:00

21 lines
850 B
Text

1.6.3:
* Generate md5sum checksums for distributed files
Files: Makefile
* use "startswith" string method instead of a regex
Files: linkchecker, linkcheck/UrlData.py
1.6.2:
* Warn about unknown Content-Encodings. Dont parse HTML in this case.
* Support deflate content encoding (snatched from Debians reportbug)
* Add appropriate Accept-Encoding header to HTTP request.
* Updated german translations
1.6.1:
* FileUrlData.py: remove searching for links in text files, this is
error prone. Just handle *.html and Opera Bookmarks.
* Make separate ChangeLog from debian/changelog. For previous
changes, see debian/changelog.
* Default socket timeout is now 10 seconds
* updated linkcheck/timeoutsocket.py to newest version
* updated README and INSTALL
* s/User-agent/User-Agent/, use same case as other browsers