summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2009-06-18 11:24:50 +0100
committerBob Halley <halley@nominum.com>2009-06-18 11:24:50 +0100
commit791c9cb7df40cd1aabbc5bb89d79f504bca09175 (patch)
treeb42451a0799d4bc682e0ceddc18e274f57f501a0 /ChangeLog
parent81472eeb38464c551c58078d1525db7b2963fe89 (diff)
downloaddnspython-791c9cb7df40cd1aabbc5bb89d79f504bca09175.tar.gz
update to include resolver query patch
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75771f6..68f38fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-06-18 Bob Halley <halley@dnspython.org>
+ * The resolver's query() method now has an optional 'source' parameter,
+ allowing the source IP address to be specified. Thanks to
+ Alexander Lind for suggesting the change and sending a patch.
+
+2009-06-18 Bob Halley <halley@dnspython.org>
+
* Added NSEC3 and NSEC3PARAM support.
2009-06-17 Bob Halley <halley@dnspython.org>