]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
further updates for 1.16.0
authorBob Halley <halley@dnspython.org>
Sat, 8 Dec 2018 15:31:38 +0000 (07:31 -0800)
committerBob Halley <halley@dnspython.org>
Sat, 8 Dec 2018 15:31:38 +0000 (07:31 -0800)
README.md

index 01f75d8841c9eb03934e0578fc68379440cf554f..9c1e2d804220662001dd0446326b87326abd652d 100644 (file)
--- 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