summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2012-08-28 13:51:59 -0700
committerBob Halley <halley@dnspython.org>2012-08-28 13:51:59 -0700
commitb05d56031c7ff6bceca4ed8788d49fe8b04a7da6 (patch)
tree1400a61ec7b0d02e61c4a8ad0406d315f6f00145 /ChangeLog
parentcdf87c2ea5935fc31e2ce7137b4c589de0e091c2 (diff)
downloaddnspython-b05d56031c7ff6bceca4ed8788d49fe8b04a7da6.tar.gz
Do not generate empty NSEC3 bitmap windows
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81650fe..8dc39d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-08-28 Bob Halley <halley@dnspython.org>
+
+ * dns/rdtypes/ANY/NSEC3.py (NSEC3.from_text): The NSEC3 from_text()
+ method could erroneously emit empty bitmap windows (i.e. windows
+ with a count of 0 bytes); such bitmaps are illegal.
+
2012-04-08 Bob Halley <halley@dnspython.org>
* (Version 1.10.0 released)