From: Bob Halley Date: Sat, 8 Dec 2018 15:31:38 +0000 (-0800) Subject: further updates for 1.16.0 X-Git-Tag: v1.16.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86934f1670445d627e682d8d6410b385f6577621;p=thirdparty%2Fdnspython.git further updates for 1.16.0 --- diff --git a/README.md b/README.md index 01f75d88..9c1e2d80 100644 --- a/README.md +++ b/README.md @@ -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