diff options
| author | Bob Halley <halley@nominum.com> | 2011-03-23 17:03:22 +0000 |
|---|---|---|
| committer | Bob Halley <halley@nominum.com> | 2011-03-23 17:03:22 +0000 |
| commit | eac44d8911ecc1a8d4cf81c3ff5a2251885698bc (patch) | |
| tree | 628286f51e19883f4e0e600794e33871bb475fc0 | |
| parent | a26e5d03dcf84f942276f127ccda9e79157cca77 (diff) | |
| download | dnspython-1.9.3.tar.gz | |
prep 1.9.3v1.9.3
| -rw-r--r-- | README | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -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: |
