2002-09-23 15:02:42 +00:00
|
|
|
1.6.3:
|
|
|
|
|
* Generate md5sum checksums for distributed files
|
2002-09-23 15:09:29 +00:00
|
|
|
Changed files: Makefile
|
2002-09-23 15:02:42 +00:00
|
|
|
* use "startswith" string method instead of a regex
|
2002-09-23 15:09:29 +00:00
|
|
|
Changed files: linkchecker, linkcheck/UrlData.py
|
2002-09-24 11:40:41 +00:00
|
|
|
* Add a note about supported languages, updated the documentation.
|
2002-09-23 19:33:25 +00:00
|
|
|
Changed files: README, linkchecker
|
2002-09-24 11:40:41 +00:00
|
|
|
* Remove --robots-txt option from documentation, it is per default
|
|
|
|
|
enabled and you cannot disable it from the command line.
|
2002-09-26 14:54:24 +00:00
|
|
|
Changed files: linkchecker, po/*.po
|
|
|
|
|
* fix --extern argument creation
|
|
|
|
|
Changed files: linkchecker, linkcheck/UrlData.py
|
|
|
|
|
* Print help if PyDNS module is not installed
|
|
|
|
|
Changed files: linkcheck/MailtoUrlData.py
|
2002-09-23 15:02:42 +00:00
|
|
|
|
2002-09-10 20:22:00 +00:00
|
|
|
1.6.2:
|
2002-09-11 09:19:01 +00:00
|
|
|
* Warn about unknown Content-Encodings. Dont parse HTML in this case.
|
2002-09-10 23:36:07 +00:00
|
|
|
* Support deflate content encoding (snatched from Debians reportbug)
|
2002-09-11 09:19:01 +00:00
|
|
|
* Add appropriate Accept-Encoding header to HTTP request.
|
2002-09-11 09:51:24 +00:00
|
|
|
* Updated german translations
|
2002-09-10 20:22:00 +00:00
|
|
|
|
2002-09-02 15:30:36 +00:00
|
|
|
1.6.1:
|
|
|
|
|
* FileUrlData.py: remove searching for links in text files, this is
|
|
|
|
|
error prone. Just handle *.html and Opera Bookmarks.
|
2002-09-02 15:33:51 +00:00
|
|
|
* Make separate ChangeLog from debian/changelog. For previous
|
|
|
|
|
changes, see debian/changelog.
|
2002-09-04 21:29:30 +00:00
|
|
|
* Default socket timeout is now 10 seconds
|
|
|
|
|
* updated linkcheck/timeoutsocket.py to newest version
|
2002-09-04 22:47:20 +00:00
|
|
|
* updated README and INSTALL
|
2002-09-07 12:30:28 +00:00
|
|
|
* s/User-agent/User-Agent/, use same case as other browsers
|