summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2005-09-02 05:33:11 +0000
committerBob Halley <halley@dnspython.org>2005-09-02 05:33:11 +0000
commit2725c6e088dde47521fb27dd4d717ed661be8282 (patch)
tree91590bea092df35592eb56db335f827e1c762d51 /ChangeLog
parente1f4089657749ee3b825ab1a93a6e0c82c04ab34 (diff)
downloaddnspython-2725c6e088dde47521fb27dd4d717ed661be8282.tar.gz
prep 1.3.4
Original author: Bob Halley <halley@dnspython.org> Date: 2005-06-05 16:49:40
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33469b1..81d5263 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2005-06-05 Bob Halley <halley@nominum.com>
+
+ * dns/query.py: The requirement that the "where" parameter be
+ an IPv4 or IPv6 address is now documented.
+
+2005-06-04 Bob Halley <halley@nominum.com>
+
+ * dns/resolver.py: The resolver now does exponential backoff
+ each time it runs through all of the nameservers.
+
+ * dns/resolver.py: rcodes which indicate a nameserver is likely
+ to be a "permanent failure" for a query cause the nameserver
+ to be removed from the mix for that query.
+
2005-01-30 Bob Halley <halley@dnspython.org>
* (Version 1.3.3 released)