diff options
author | Bob Halley <halley@nominum.com> | 2009-07-23 11:26:51 -0700 |
---|---|---|
committer | Bob Halley <halley@nominum.com> | 2009-07-23 11:26:51 -0700 |
commit | 9b72d6bce1c6f85d8f8c341f5a206d8ed4f10b0f (patch) | |
tree | 9f364c78331229b4e3571f191a123f43868cbda4 /ChangeLog | |
parent | 0471f7b5ce5d078ba1c5059df159589992c8d33e (diff) | |
download | dnspython-9b72d6bce1c6f85d8f8c341f5a206d8ed4f10b0f.tar.gz |
Fix SRV record comparison
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ 2009-07-23 Bob Halley <halley@dnspython.org> - * dns/e164.py (query): The resolver parameter was never used. + * dns/rdtypes/IN/SRV.py (SRV._cmp): SRV records were compared + incorrectly due to a cut-and-paste error. Thanks to Tommie + Gannert for reporting this bug. + + * dns/e164.py (query): The resolver parameter was not used. + Thanks to MatÃas Bellone for reporting this bug. 2009-06-23 Bob Halley <halley@dnspython.org> |