summaryrefslogtreecommitdiff
path: root/lib/dnspython/ChangeLog
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-12-20 02:31:40 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-12-20 03:21:52 +0100
commite1d3de3e173e2e1b31cfe0c7e8483eb205f4bb2d (patch)
tree3b9081680b2f63bc53f6688829d6ae1639a474b1 /lib/dnspython/ChangeLog
parent145868db15a67675492fbac52d9aecfa4dcf8c84 (diff)
downloadsamba-e1d3de3e173e2e1b31cfe0c7e8483eb205f4bb2d.tar.gz
samba-e1d3de3e173e2e1b31cfe0c7e8483eb205f4bb2d.tar.bz2
samba-e1d3de3e173e2e1b31cfe0c7e8483eb205f4bb2d.zip
dnspython: Merge in new upstream.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Dec 20 03:21:52 CET 2010 on sn-devel-104
Diffstat (limited to 'lib/dnspython/ChangeLog')
-rw-r--r--lib/dnspython/ChangeLog12
1 files changed, 12 insertions, 0 deletions
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 <halley@dnspython.org>
+
+ * 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 <halley@dnspython.org>
+
+ * dns/resolver.py (Resolver.query): disallow metaqueries.
+
+ * dns/rdata.py (Rdata.__hash__): Added a __hash__ method for rdata.
+
2010-11-23 Bob Halley <halley@dnspython.org>
* (Version 1.9.2 released)