From: Bob Halley Date: Sun, 7 Jul 2013 11:06:14 +0000 (+0100) Subject: Update for 1.11 X-Git-Tag: v1.11.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe1ed1f934710d72873a2cc0b8d542ee74f4a154;p=thirdparty%2Fdnspython.git Update for 1.11 --- diff --git a/README b/README index c51c9d93..f74686dc 100644 --- a/README +++ b/README @@ -26,11 +26,27 @@ This is dnspython 1.11.0 New since 1.10.0: - XXX TBS XXX + $GENERATE support + + TLSA RR support + + Added set_flags() method to dns.resolver.Resolver Bugs fixed since 1.10.0: - XXX TBS XXX + Names with offsets >= 2^14 are no longer added to the compression + table. + + The "::" syntax is not used to shorten a single 16-bit section of + the text form an IPv6 address. + + Caches are now locked. + + YXDOMAIN is raised if seen by the resolver. + + Empty rdatasets are not printed. + + DNSKEY key tags are no longer assumed to be unique. New since 1.9.4: