summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2013-09-02 12:00:57 -0700
committerBob Halley <halley@dnspython.org>2013-09-02 12:00:57 -0700
commit8bddf55ddc61ca813f8e1faa241ec7ee786012be (patch)
tree036a6123b1d7e4913c982e4f127b89477260ab5e /ChangeLog
parent601669759b162d7cb988b585603039b9a5f568db (diff)
downloaddnspython-8bddf55ddc61ca813f8e1faa241ec7ee786012be.tar.gz
prep 1.11.1v1.11.1-py3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog38
1 files changed, 35 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3154486..a66722c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,41 @@
+2013-09-02 Bob Halley <halley@dnspython.org>
+
+ * (Version 1.11.1 released)
+
+2013-09-01 Bob Halley <halley@dnspython.org>
+
+ * dns/tsigkeyring.py (to_text): we want keyname.to_text(), not
+ dns.name.to_text(keyname). Thangs to wangwang for the fix.
+
2013-08-26 Bob Halley <halley@dnspython.org>
* dns/tsig.py (sign): multi-message TSIGs were broken for
- algorithms other than HMAC-MD5 because we weren't passing the
- right digest module to the HMAC code. Thanks to salzmdan for
- reporting the bug.
+ algorithms other than HMAC-MD5 because we weren't passing the
+ right digest module to the HMAC code. Thanks to salzmdan for
+ reporting the bug.
+
+2013-08-13 Bob Halley <halley@dnspython.org>
+
+ * APL RR trailing zero suppression didn't work due to insufficient
+ python 3 porting.
+
+2013-08-09 Bob Halley <halley@dnspython.org>
+
+ * dns/dnssec.py (_find_candidate_keys): we tried to extract the
+ key from the wrong variable name. Thanks to Andrei Fokau for the
+ fix.
+
+2013-07-08 Bob Halley <halley@dnspython.org>
+
+ * dns/resolver.py: we want 'self.retry_servfail' not just
+ retry_servfail. Reported by many, thanks! Thanks to
+ Jeffrey C. Ollie for the fix.
+
+2013-07-08 Bob Halley <halley@dnspython.org>
+
+ * tests/grange.py: fix tests to use older-style print formatting
+ for backwards compatibility with python 2.4. Thanks to
+ Jeffrey C. Ollie for the fix.
2013-07-01 Bob Halley <halley@dnspython.org>