From: Bob Halley Date: Thu, 18 Jun 2009 13:15:50 +0000 (+0100) Subject: update X-Git-Tag: v1.7.0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7b4f346dabaa410d5a2932869beffda19954d39;p=thirdparty%2Fdnspython.git update --- diff --git a/ChangeLog b/ChangeLog index 68f38fb8..5a3b41e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,17 @@ +2009-06-18 Bob Halley + + * dns/query.py (udp): When checking that addresses are the same, + use the binary form of the address in the comparison. This + ensures that we don't treat addresses as different if they have + equivalent but differing textual representations. E.g. "1:00::1" + and "1::1" represent the same address but are not textually equal. + Thanks to Kim Davies for reporting this bug. + 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. + 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