From 86934f1670445d627e682d8d6410b385f6577621 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 8 Dec 2018 07:31:38 -0800 Subject: [PATCH] further updates for 1.16.0 --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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 -- 2.47.3