mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-03 22:50:30 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@537 e7d03fd6-7b0d-0410-9947-9c21f3af8025
21 lines
850 B
Text
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
|