diff options
| author | Bob Halley <halley@dnspython.org> | 2013-09-02 12:00:57 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2013-09-02 12:00:57 -0700 |
| commit | 8bddf55ddc61ca813f8e1faa241ec7ee786012be (patch) | |
| tree | 036a6123b1d7e4913c982e4f127b89477260ab5e /README | |
| parent | 601669759b162d7cb988b585603039b9a5f568db (diff) | |
| download | dnspython-8bddf55ddc61ca813f8e1faa241ec7ee786012be.tar.gz | |
prep 1.11.1v1.11.1-py3
Diffstat (limited to 'README')
| -rw-r--r-- | README | 26 |
1 files changed, 25 insertions, 1 deletions
@@ -22,7 +22,31 @@ development by continuing to employ the author :). ABOUT THIS RELEASE -This is dnspython3 1.11.0 +This is dnspython3 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. + + APL RR trailing zero suppression didn't work due to insufficient + python 3 porting. New since 1.10.0: |
