summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2012-04-08 12:20:54 +0100
committerBob Halley <halley@dnspython.org>2012-04-08 12:20:54 +0100
commit58ca571463c0ec48315ac0095451aaef27a312f1 (patch)
tree788d60682e40079a68026d859d3f011f1b5e92c7
parent7523aa1e5db9ad7cb3365e8498844b22ebd87bf2 (diff)
downloaddnspython-58ca571463c0ec48315ac0095451aaef27a312f1.tar.gz
more 1.10 prep
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index ac34a0d..d5609d1 100644
--- a/README
+++ b/README
@@ -33,11 +33,20 @@ New since 1.9.4:
doing lots of resolutions and you are using a cache, switching
to the LRUCache is recommended.
+ dns.resolver.query() will try TCP if a UDP response is
+ truncated.
+
The python socket module's DNS methods can be now be overriden
with implementations that use dnspython's resolver.
Old DNSSEC types KEY, NXT, and SIG have been removed.
+ Whitespace is allowed in SSHFP fingerprints.
+
+ Origin checking in dns.zone.from_xfr() can be disabled.
+
+ Trailing junk checking can be disabled.
+
Bugs fixed since 1.9.4:
IPv4 and IPv6 address processing is now stricter.