summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2011-04-05 15:11:08 +0100
committerBob Halley <halley@nominum.com>2011-04-05 15:11:08 +0100
commite09149d72cb9e3fbd6393a6355ed532f6ace1642 (patch)
treeb691455f12150344b1d8a85ccb68de22b609cd28
parentbfbdc2d77c11c10de4a146abb64055f501e81150 (diff)
downloaddnspython-e09149d72cb9e3fbd6393a6355ed532f6ace1642.tar.gz
update
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c19220..94eca92 100644
--- 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)