diff options
| author | Bob Halley <halley@dnspython.org> | 2014-09-01 06:03:07 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2014-09-01 06:03:07 -0700 |
| commit | c6bd655ed1c60480fc23c7014cd33c4f8f412514 (patch) | |
| tree | ac03d56e93a1b3870cea6465948557d83f11d5d8 /README | |
| parent | 395f5772457dc9e310ac7c4d8217600e7c87a3c6 (diff) | |
| download | dnspython-c6bd655ed1c60480fc23c7014cd33c4f8f412514.tar.gz | |
Prep 1.12.0
Diffstat (limited to 'README')
| -rw-r--r-- | README | 40 |
1 files changed, 39 insertions, 1 deletions
@@ -22,7 +22,45 @@ development by continuing to employ the author :). ABOUT THIS RELEASE -This is dnspython3 1.11.1 +This is dnspython3 1.12.0 + +New since 1.11.1: + + Added dns.zone.to_text(). + + Added support for "options rotate" in /etc/resolv.conf. + + dns.rdtypes.ANY.DNSKEY now has helpers functions to convert + between the numeric form of the flags and a set of + human-friendly strings + + The reverse name of an IPv6 mapped IPv4 address is now in the + IPv4 reverse namespace. + + The test system can now run the tests without requiring + dnspython to be installed. + +Bugs fixed since 1.11.1: + + dnspython raised an exception when reading a masterfile starting + with leading whitespace + + dnspython was affected by a python slicing API bug present on + 64-bit windows. + + Unicode escaping was applied at the wrong time. + + RRSIG to_text() did not respect the relativize setting. + + APL RRs with zero rdlength were rejected. + + The tokenizer could put back an unescaped token. + + Making a response to a message signed with TSIG was broken. + + The IXFR state machine didn't handle long IXFR diffs. + + dns.inet.is_multicast had python3 port issues. New since 1.11.0: |
