summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2013-07-07 12:06:14 +0100
committerBob Halley <halley@dnspython.org>2013-07-07 12:06:14 +0100
commitfe1ed1f934710d72873a2cc0b8d542ee74f4a154 (patch)
treed62edca9ec764830c4ec206d895d154c7ca17798
parent1de73773b63012892452a27563634cb16c15f294 (diff)
downloaddnspython-fe1ed1f934710d72873a2cc0b8d542ee74f4a154.tar.gz
Update for 1.11
-rw-r--r--README20
1 files changed, 18 insertions, 2 deletions
diff --git a/README b/README
index c51c9d9..f74686d 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: