From 952bca17423861d3a9ffb4e2eee1211afbec9ec8 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Fri, 19 Jun 2009 12:26:16 +0100 Subject: Final 1.7 prep --- ChangeLog | 46 +++++++++++++++++++--------------------------- 1 file changed, 19 insertions(+), 27 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 48a5b43..ce729d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-06-19 Bob Halley + + * (Version 1.7.0 released) + 2009-06-19 Bob Halley * Added a to_digestable() method to rdata classes; it returns the @@ -6,41 +10,29 @@ certain older DNS RR types, however, domain names in the rdata are downcased. -2009-06-19 Bob Halley - - * Added support for the HIP RR type. + * Added support for the HIP RR type. 2009-06-18 Bob Halley - * Added support for the DLV RR type. - -2009-06-18 Bob Halley + * Added support for the DLV RR type. - * Added various DNSSEC related constants (e.g. algorithm identifiers, - flag values). + * Added various DNSSEC related constants (e.g. algorithm identifiers, + flag values). -2009-06-18 Bob Halley + * dns/tsig.py: Added support for BADTRUNC result code. - * dns/tsig.py: Added support for BADTRUNC result code. + * dns/query.py (udp): When checking that addresses are the same, + use the binary form of the address in the comparison. This + ensures that we don't treat addresses as different if they have + equivalent but differing textual representations. E.g. "1:00::1" + and "1::1" represent the same address but are not textually equal. + Thanks to Kim Davies for reporting this bug. -2009-06-18 Bob Halley - - * dns/query.py (udp): When checking that addresses are the same, - use the binary form of the address in the comparison. This - ensures that we don't treat addresses as different if they have - equivalent but differing textual representations. E.g. "1:00::1" - and "1::1" represent the same address but are not textually equal. - Thanks to Kim Davies for reporting this bug. - -2009-06-18 Bob Halley - - * The resolver's query() method now has an optional 'source' parameter, - allowing the source IP address to be specified. Thanks to - Alexander Lind for suggesting the change and sending a patch. - -2009-06-18 Bob Halley + * The resolver's query() method now has an optional 'source' parameter, + allowing the source IP address to be specified. Thanks to + Alexander Lind for suggesting the change and sending a patch. - * Added NSEC3 and NSEC3PARAM support. + * Added NSEC3 and NSEC3PARAM support. 2009-06-17 Bob Halley -- cgit v1.2.1