From 669ec0b4113db1dafe74b10488a8f4dff1079edf Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Wed, 25 May 2011 21:22:08 +0200 Subject: [PATCH] Updated changelog. --- doc/changelog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/changelog.txt b/doc/changelog.txt index cc35a749..28d316cd 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -10,6 +10,9 @@ Fixes: - checking: Only check warning patterns in parseable content. Avoids false errors downloading large binary files. Closes: SF bug #3297970 +- checking: Correctly include dns.rdtypes.IN and dns.rdtypes.ANY + submodules in Windows and OSX installers. Fixes false DNS errors. + Closes: SF bug #3297235 Changes: - gui: Display status info into GUI main window instead of modal window.