]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
prep 1.9.3 v1.9.3
authorBob Halley <halley@nominum.com>
Wed, 23 Mar 2011 17:03:22 +0000 (17:03 +0000)
committerBob Halley <halley@nominum.com>
Wed, 23 Mar 2011 17:03:22 +0000 (17:03 +0000)
README

diff --git a/README b/README
index d53dac61aba9e8b6736f69f650988f1b795d0d9d..643d0f74256b5576b07aae395a16c4f14f68438f 100644 (file)
--- a/README
+++ b/README
@@ -22,7 +22,29 @@ development by continuing to employ the author :).
 
 ABOUT THIS RELEASE
 
-This is dnspython 1.9.2
+This is dnspython 1.9.3
+
+New since 1.9.2:
+
+       A boolean parameter, 'raise_on_no_answer', has been added to
+       the query() methods.  In no-error, no-data situations, this
+       parameter determines whether NoAnswer should be raised or not.
+       If True, NoAnswer is raised.  If False, then an Answer()
+       object with a None rrset will be returned.
+
+       Resolver Answer() objects now have a canonical_name field.
+
+       Rdata now have a __hash__ method.
+
+Bugs fixed since 1.9.2:
+
+               Dnspython was erroneously doing case-insensitive comparisons
+       of the names in NSEC and RRSIG RRs.
+
+       We now use "is" and not "==" when testing what section an RR
+       is in.
+
+       The resolver now disallows metaqueries.
 
 New since 1.9.1: