]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
update
authorBob Halley <halley@nominum.com>
Tue, 5 Apr 2011 14:11:08 +0000 (15:11 +0100)
committerBob Halley <halley@nominum.com>
Tue, 5 Apr 2011 14:11:08 +0000 (15:11 +0100)
ChangeLog

index 1c192207aa4b8e948690374d599f8a0f1906501e..94eca92aa6e6e7ff295c96e6d3c496167b9ad9c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-04-05  Bob Halley  <halley@dnspython.org>
+
+       * Old DNSSEC types (KEY, NXT, and SIG) have been removed.
+
+       * Bounds checking of slices in rdata wire processing is now more
+         strict, and bounds errors (e.g. we got less data than was
+         expected) now raise dns.exception.FormError rather than
+         IndexError.
+
 2011-03-28  Bob Halley  <halley@dnspython.org>
 
        * (Version 1.9.4 released)