From: Bob Halley Date: Wed, 13 Jan 2010 22:14:37 +0000 (-0800) Subject: Update with recent changes X-Git-Tag: v1.8.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=807ee793a18d5617104dc6a815ba5482e5385dcc;p=thirdparty%2Fdnspython.git Update with recent changes --- diff --git a/ChangeLog b/ChangeLog index 496d21d0..f5a74da2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2010-01-13 Bob Halley + + * dns/dnssec.py: Added RSASHA256 and RSASHA512 codepoints; added + other missing codepoints to _algorithm_by_text. + +2010-01-12 Bob Halley + + * 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 * Support has been added for hmac-sha1, hmac-sha224, hmac-sha256,