diff options
| author | Bob Halley <halley@dnspython.org> | 2013-04-26 13:04:01 +0100 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2013-04-26 13:04:01 +0100 |
| commit | a58c4192542197174e03fb297221e221681ee43e (patch) | |
| tree | 3844be1453fb26401d07e1bc0f187f091d4ca04d /ChangeLog | |
| parent | 45ff3c53a2e70704b53521d04738e9408794da82 (diff) | |
| download | dnspython-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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() |
