Updated todo and changelog.

This commit is contained in:
Bastian Kleineidam 2010-11-06 16:17:33 +01:00
parent 268312fa10
commit 476cd79d55
2 changed files with 2 additions and 3 deletions

View file

@ -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.

View 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.