]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
update
authorBob Halley <halley@nominum.com>
Thu, 18 Jun 2009 13:15:50 +0000 (14:15 +0100)
committerBob Halley <halley@nominum.com>
Thu, 18 Jun 2009 13:15:50 +0000 (14:15 +0100)
ChangeLog

index 68f38fb8cee8201447a545406077035b95733dfb..5a3b41e1b7e6e26b85667e141319ffff30cba66c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,17 @@
+2009-06-18  Bob Halley  <halley@dnspython.org>
+
+       * 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  <halley@dnspython.org>
 
        * 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  <halley@dnspython.org>