From: Bob Halley Date: Wed, 6 Feb 2008 08:59:13 +0000 (+0000) Subject: in inet_aton(), raise dns.exception.SyntaxError, like our contract says X-Git-Tag: v1.7.0~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c7eb7882d3148ad217d64e656d52ba38f58dc6b;p=thirdparty%2Fdnspython.git in inet_aton(), raise dns.exception.SyntaxError, like our contract says --- diff --git a/ChangeLog b/ChangeLog index 27a54ee5..80911656 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-02-06 Bob Halley + + * dns/ipv6.py (inet_aton): We could raise an exception other than + dns.exception.SyntaxError in some cases. + + * dns/tsig.py: Raise an exception when the peer has set a non-zero + TSIG error. + 2007-11-25 Bob Halley