mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-21 04:41:52 +00:00
Updated todo and changelog.
This commit is contained in:
parent
268312fa10
commit
476cd79d55
2 changed files with 2 additions and 3 deletions
|
|
@ -9,14 +9,14 @@ Fixes:
|
||||||
- logging: Avoid error when logger fields "intro" or "outro" are
|
- logging: Avoid error when logger fields "intro" or "outro" are
|
||||||
configured.
|
configured.
|
||||||
- logging: Correctly quote edge labels and remove whitespace.
|
- logging: Correctly quote edge labels and remove whitespace.
|
||||||
- logging: Changed comment format in GML output to be able to load the
|
|
||||||
graph in gephi.
|
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
- cmdline: Don't log a warning if URL has been redirected.
|
- cmdline: Don't log a warning if URL has been redirected.
|
||||||
Closes: SF bug #3078820
|
Closes: SF bug #3078820
|
||||||
- checking: Do not print warnings for HTTP -> HTTPS and HTTPS -> HTTP
|
- checking: Do not print warnings for HTTP -> HTTPS and HTTPS -> HTTP
|
||||||
redirects any more.
|
redirects any more.
|
||||||
|
- logging: Changed comment format in GML output to be able to load the
|
||||||
|
graph in gephi.
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
- gui: Add command to save the parent URL source in a local file.
|
- gui: Add command to save the parent URL source in a local file.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
- [LOGGING] check dot/gml graph format with gephi
|
|
||||||
- [PYTHON26]
|
- [PYTHON26]
|
||||||
linkcheck/httplib2.py:1218: DeprecationWarning: socket.ssl() is deprecated.
|
linkcheck/httplib2.py:1218: DeprecationWarning: socket.ssl() is deprecated.
|
||||||
Use ssl.wrap_socket() instead.
|
Use ssl.wrap_socket() instead.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue