summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2013-04-26 13:04:01 +0100
committerBob Halley <halley@dnspython.org>2013-04-26 13:04:01 +0100
commita58c4192542197174e03fb297221e221681ee43e (patch)
tree3844be1453fb26401d07e1bc0f187f091d4ca04d /ChangeLog
parent45ff3c53a2e70704b53521d04738e9408794da82 (diff)
downloaddnspython-a58c4192542197174e03fb297221e221681ee43e.tar.gz
In dns.ipv6.inet_ntoa(), do not use :: to shorten just one 16-bit 0 field
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bae1b34..c8b5d92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-04-26 Bob Halley <halley@dnspython.org>
+
+ * dns/ipv6.py (inet_ntoa): We now comply with RFC 5952 section
+ 5.2.2, by *not* using the :: syntax to shorten just one 16-bit
+ field. Thanks to David Waitzman for reporting the bug and
+ suggesting the fix.
+
2012-08-28 Bob Halley <halley@dnspython.org>
* dns/rdtypes/ANY/NSEC3.py (NSEC3.from_text): The NSEC3 from_text()