summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index d5609d1..ff1ff12 100644
--- a/README
+++ b/README
@@ -47,6 +47,8 @@ New since 1.9.4:
Trailing junk checking can be disabled.
+ A source port can be specified when creating a resolver query.
+
Bugs fixed since 1.9.4:
IPv4 and IPv6 address processing is now stricter.
@@ -56,6 +58,10 @@ Bugs fixed since 1.9.4:
expected) now raise dns.exception.FormError rather than
IndexError.
+ Specifying a source port without specifying source used to
+ have no effect, but now uses the wildcard address and the
+ specified port.
+
New since 1.9.3:
Nothing.