diff options
author | Bob Halley <halley@dnspython.org> | 2018-12-08 07:31:38 -0800 |
---|---|---|
committer | Bob Halley <halley@dnspython.org> | 2018-12-08 07:31:38 -0800 |
commit | 86934f1670445d627e682d8d6410b385f6577621 (patch) | |
tree | 41e2fe84f622405fc4e042ea4cf55193bac1897c /README.md | |
parent | 77b4b574cd1c5b4caa35ff98077d965d60b1c8cf (diff) | |
download | dnspython-86934f1670445d627e682d8d6410b385f6577621.tar.gz |
further updates for 1.16.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -67,7 +67,11 @@ change information. * dns.message.from_wire() now has an ignore_trailing option. -* type signatures have been provided +* type signatures have been provided. + +* module dns.hash is now deprecated, use standard Python libraries instead. + +* setup.py supports Cythonization to improve performance. ### Bugs fixed since 1.15.0: @@ -85,6 +89,14 @@ change information. * Rdata module importing is now locked to avoid races. +* Several Python 3 incompatibilities have been fixed. + +* NSEC3 bitmap parsing now works with mulitple NSEC3 windows. + +* dns.renderer.Render supports TSIG on DNS envelope sequences. + +* DNSSEC validation now checks names properly [Issue #295] + ### New since 1.14.0: * IDNA 2008 support is now available if the "idna" module has been |