summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2010-01-13 14:14:37 -0800
committerBob Halley <halley@nominum.com>2010-01-13 14:14:37 -0800
commit807ee793a18d5617104dc6a815ba5482e5385dcc (patch)
treeec3058583971a294ce5ac5c52e2951dbb81a85dc /ChangeLog
parent7249accf18b348ef15ef5de1031053376f9da916 (diff)
downloaddnspython-807ee793a18d5617104dc6a815ba5482e5385dcc.tar.gz
Update with recent changes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 496d21d..f5a74da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2010-01-13 Bob Halley <halley@dnspython.org>
+
+ * dns/dnssec.py: Added RSASHA256 and RSASHA512 codepoints; added
+ other missing codepoints to _algorithm_by_text.
+
+2010-01-12 Bob Halley <halley@dnspython.org>
+
+ * Escapes in masterfiles now work correctly. Previously they were
+ only working correctly when the text involved was part of a domain
+ name.
+
+ * dns/tokenizer.py: The tokenizer's get() method now returns Token
+ objects, not (type, text) tuples.
+
2009-11-13 Bob Halley <halley@dnspython.org>
* Support has been added for hmac-sha1, hmac-sha224, hmac-sha256,