From ee1c3824f7871740edeb3a6262460f27215d3a14 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Fri, 23 Mar 2012 11:31:14 +0100 Subject: [PATCH] Improved changelog. --- doc/changelog.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/changelog.txt b/doc/changelog.txt index cb506c41..cf7e0676 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -12,14 +12,15 @@ Fixes: virus checking daemon. - gui: Replace configuration filename in options dialog. - checking: Honor the charset encoding of the Content-Type HTTP - header when parsing HTML. + header when parsing HTML. Fixes characters displayed as'?' + for certain websites. Closes: SF bug #3388257 - checking: HTML parser detects and handles invalid comments of the form "". Closes: SF bug #3509848 Changes: -- checking: Add real url to cache. +- checking: Add real url to cache. Improves output for cached errors. - checking: Specify timeout for SMTP connections. Avoids spurious connect errors when checking email addresses. Closes: SF bug #3504366