mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-05 15:30:57 +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
|
||||
configured.
|
||||
- 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:
|
||||
- cmdline: Don't log a warning if URL has been redirected.
|
||||
Closes: SF bug #3078820
|
||||
- checking: Do not print warnings for HTTP -> HTTPS and HTTPS -> HTTP
|
||||
redirects any more.
|
||||
- logging: Changed comment format in GML output to be able to load the
|
||||
graph in gephi.
|
||||
|
||||
Features:
|
||||
- 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]
|
||||
linkcheck/httplib2.py:1218: DeprecationWarning: socket.ssl() is deprecated.
|
||||
Use ssl.wrap_socket() instead.
|
||||
|
|
|
|||
Loading…
Reference in a new issue