From fe1ed1f934710d72873a2cc0b8d542ee74f4a154 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sun, 7 Jul 2013 12:06:14 +0100 Subject: [PATCH] Update for 1.11 --- README | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) 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: -- 2.47.3