From a7b4f346dabaa410d5a2932869beffda19954d39 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 18 Jun 2009 14:15:50 +0100 Subject: [PATCH] update --- ChangeLog | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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 -- 2.47.3