diff options
| author | Bob Halley <halley@nominum.com> | 2010-01-25 15:56:58 -0800 |
|---|---|---|
| committer | Bob Halley <halley@nominum.com> | 2010-01-25 15:56:58 -0800 |
| commit | 0dc82a97c257d523b3dda42199a8d77a1191f6e7 (patch) | |
| tree | 20ae2a090f8f404e9d425bb1b154391ba011f1ef /README | |
| parent | 53cb0eb5cfb463ebd0fdad55026ba25ac5c898d4 (diff) | |
| download | dnspython-0dc82a97c257d523b3dda42199a8d77a1191f6e7.tar.gz | |
update for 1.8
Diffstat (limited to 'README')
| -rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -29,8 +29,15 @@ New since 1.7.1: Support for hmac-sha1, hmac-sha224, hmac-sha256, hmac-sha384 and hmac-sha512 has been contributed by Kevin Chen. + The tokenizer's tokens are now Token objects instead of (type, + value) tuples. + Bugs fixed since 1.7.1: + Escapes in masterfiles now work correctly. Previously they + were only working correctly when the text involved was part of + a domain name. + When constructing a DDNS update, if the present() method was used with a single rdata, a zero TTL was not added. |
