summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2005-09-02 05:33:20 +0000
committerBob Halley <halley@dnspython.org>2005-09-02 05:33:20 +0000
commite915736e98ba8ef8ba583d448755ccdda4ff30bb (patch)
tree907b6939d39cdf4f23510907454a04468f7e6fdc /ChangeLog
parent36afc883717f9f62dfd63a64c17035b9b2e5498d (diff)
downloaddnspython-e915736e98ba8ef8ba583d448755ccdda4ff30bb.tar.gz
allow source address and port to be specified in query.{udp,tcp,xfr}
Original author: Bob Halley <halley@dnspython.org> Date: 2005-08-01 04:24:59
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26bf590..cbfc804 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,19 @@
+2005-07-31 Bob Halley <halley@nominum.com>
+
+ * (Version 1.3.4 released)
+
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.
+ * dns/query.py (_connect): We needed to ignore EALREADY too.
+
+ * dns/query.py: Optional "source" and "source_port" parameters
+ have been added to udp(), tcp(), and xfr(). Thanks to Ralf
+ Weber for suggesting the change and providing a patch.
+
2005-06-05 Bob Halley <halley@dnspython.org>
* dns/query.py: The requirement that the "where" parameter be