From: Bob Halley Date: Thu, 18 Jun 2009 10:24:50 +0000 (+0100) Subject: update to include resolver query patch X-Git-Tag: v1.7.0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=791c9cb7df40cd1aabbc5bb89d79f504bca09175;p=thirdparty%2Fdnspython.git update to include resolver query patch --- diff --git a/ChangeLog b/ChangeLog index 75771f6c..68f38fb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-06-18 Bob Halley + + * The resolver's query() method now has an optional 'source' parameter, + allowing the source IP address to be specified. Thanks to + Alexander Lind for suggesting the change and sending a patch. + 2009-06-18 Bob Halley * Added NSEC3 and NSEC3PARAM support.