diff options
| author | Bob Halley <halley@dnspython.org> | 2013-09-02 12:00:41 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2013-09-02 12:00:41 -0700 |
| commit | 5797467e6da346666381687971707b47ac9e933d (patch) | |
| tree | 706eb338e50f1a9f028ed47ea78e10c369e68c45 /README | |
| parent | 6ff1bebe62e64093086d820a972920ecad2acae4 (diff) | |
| download | dnspython-1.11.1.tar.gz | |
prep 1.11.1v1.11.1
Diffstat (limited to 'README')
| -rw-r--r-- | README | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -22,7 +22,28 @@ development by continuing to employ the author :). ABOUT THIS RELEASE -This is dnspython 1.11.0 +This is dnspython 1.11.1 + +New since 1.11.0: + + Nothing + +Bugs fixed since 1.11.1: + + dns.resolver.Resolver erroneously referred to 'retry_servfail' + instead of 'self.retry_servfail'. + + dns.tsigkeyring.to_text() would fail trying to convert the + keyname to text. + + Multi-message TSIGs were broken for algorithms other than + HMAC-MD5 because we weren't passing the right digest module to + the HMAC code. + + dns.dnssec._find_candidate_keys() tried to extract the key + from the wrong variable name. + + $GENERATE tests were not backward compatible with python 2.4. New since 1.10.0: |
