From: Bob Halley Date: Tue, 5 Apr 2011 14:11:08 +0000 (+0100) Subject: update X-Git-Tag: v1.10.0~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e09149d72cb9e3fbd6393a6355ed532f6ace1642;p=thirdparty%2Fdnspython.git update --- diff --git a/ChangeLog b/ChangeLog index 1c192207..94eca92a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-04-05 Bob Halley + + * 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 * (Version 1.9.4 released)