]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update for 1.11
authorBob Halley <halley@dnspython.org>
Sun, 7 Jul 2013 11:06:14 +0000 (12:06 +0100)
committerBob Halley <halley@dnspython.org>
Sun, 7 Jul 2013 11:06:14 +0000 (12:06 +0100)
README

diff --git a/README b/README
index c51c9d93f0ec8bca3f3560b312c4aca3102115dc..f74686dcedf58f578cd1b045d0f6563d372f1230 100644 (file)
--- 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: