From e1d3de3e173e2e1b31cfe0c7e8483eb205f4bb2d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 20 Dec 2010 02:31:40 +0100 Subject: dnspython: Merge in new upstream. Autobuild-User: Jelmer Vernooij Autobuild-Date: Mon Dec 20 03:21:52 CET 2010 on sn-devel-104 --- lib/dnspython/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lib/dnspython/ChangeLog') diff --git a/lib/dnspython/ChangeLog b/lib/dnspython/ChangeLog index 91e69d3ea2..0fff77f977 100644 --- a/lib/dnspython/ChangeLog +++ b/lib/dnspython/ChangeLog @@ -1,3 +1,15 @@ +2010-12-17 Bob Halley + + * dns/message.py (_WireReader._get_section): use "is" and not "==" + when testing what section an RR is in. Thanks to James Raftery + for reporting this bug. + +2010-12-10 Bob Halley + + * dns/resolver.py (Resolver.query): disallow metaqueries. + + * dns/rdata.py (Rdata.__hash__): Added a __hash__ method for rdata. + 2010-11-23 Bob Halley * (Version 1.9.2 released) -- cgit