From: Bob Halley Date: Fri, 25 May 2007 01:08:55 +0000 (+0000) Subject: note NAPTR cmp fix X-Git-Tag: v1.6.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=496b3dfc48d2cc513cc654e84e737c0d857b41a0;p=thirdparty%2Fdnspython.git note NAPTR cmp fix --- diff --git a/ChangeLog b/ChangeLog index 7b000097..cf98f0ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-24 Bob Halley + + * dns/rdtypes/IN/NAPTR.py: NAPTR comparisons didn't compare the + preference field due to a typo. + 2007-02-07 Bob Halley * dns/resolver.py: Integrate code submitted by Paul Marks to