diff options
| author | Bob Halley <halley@dnspython.org> | 2005-09-02 05:33:20 +0000 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2005-09-02 05:33:20 +0000 |
| commit | e915736e98ba8ef8ba583d448755ccdda4ff30bb (patch) | |
| tree | 907b6939d39cdf4f23510907454a04468f7e6fdc /ChangeLog | |
| parent | 36afc883717f9f62dfd63a64c17035b9b2e5498d (diff) | |
| download | dnspython-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |
