summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2005-09-02 05:33:17 +0000
committerBob Halley <halley@dnspython.org>2005-09-02 05:33:17 +0000
commit36afc883717f9f62dfd63a64c17035b9b2e5498d (patch)
tree69bae7980c245088d253fe13dfd98f602579d60d /ChangeLog
parent4d625cd8f3be221d61983409e910bfc1df240ff5 (diff)
downloaddnspython-36afc883717f9f62dfd63a64c17035b9b2e5498d.tar.gz
fix problem throwing FormErr when responding to a response
Original author: Bob Halley <halley@dnspython.org> Date: 2005-08-01 03:32:11
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 81d5263..26bf590 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,15 @@
-2005-06-05 Bob Halley <halley@nominum.com>
+2005-07-31 Bob Halley <halley@dnspython.org>
+
+ * dns/message.py (make_response): Trying to respond to a response
+ threw a NameError while trying to throw a FormErr since it used
+ the wrong name for the FormErr exception.
+
+2005-06-05 Bob Halley <halley@dnspython.org>
* 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>
+2005-06-04 Bob Halley <halley@dnspython.org>
* dns/resolver.py: The resolver now does exponential backoff
each time it runs through all of the nameservers.