From 33788bd5d3b44e7cdfc912f979ffd713cdad1939 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sun, 7 Jul 2013 12:05:50 +0100 Subject: [PATCH] update for 1.11 --- README | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README b/README index 771dd23b..4b54adf6 100644 --- a/README +++ b/README @@ -26,11 +26,31 @@ This is dnspython3 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. + + Python 3 renamed _winreg to winreg, we now cope. + + Python 3 port issues with RSA validation. New since 1.9.4: -- 2.47.3