]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
more 1.10 prep
authorBob Halley <halley@nominum.com>
Sun, 8 Apr 2012 11:20:43 +0000 (12:20 +0100)
committerBob Halley <halley@nominum.com>
Sun, 8 Apr 2012 11:20:43 +0000 (12:20 +0100)
README

diff --git a/README b/README
index abd6ddde4bb5e0ea2c82dd0c910162be5fb4b8f8..039ea32d5f93dec9487dcb6741fca3b811241d2e 100644 (file)
--- 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.