From 476cd79d55aeb160b8b508afbf3ae76ed0582ece Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 6 Nov 2010 16:17:33 +0100 Subject: [PATCH] Updated todo and changelog. --- doc/changelog.txt | 4 ++-- doc/todo.txt | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/changelog.txt b/doc/changelog.txt index 1c8ea72d..02f537f4 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -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. diff --git a/doc/todo.txt b/doc/todo.txt index 7f01bf1d..efdf663c 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -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.