summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2009-07-23 11:26:51 -0700
committerBob Halley <halley@nominum.com>2009-07-23 11:26:51 -0700
commit9b72d6bce1c6f85d8f8c341f5a206d8ed4f10b0f (patch)
tree9f364c78331229b4e3571f191a123f43868cbda4 /ChangeLog
parent0471f7b5ce5d078ba1c5059df159589992c8d33e (diff)
downloaddnspython-9b72d6bce1c6f85d8f8c341f5a206d8ed4f10b0f.tar.gz
Fix SRV record comparison
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 50f902e..c75df5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>