diff options
| author | Bob Halley <halley@dnspython.org> | 2008-10-16 14:30:16 +0000 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2008-10-16 14:30:16 +0000 |
| commit | f30b217a522442ae0f48d8d2416b3813833ce859 (patch) | |
| tree | f1c601fa8a5e6a4bbce62ad29167e79f6a00cc6e /ChangeLog | |
| parent | e52e64e7cd6b35ab4fa66bde71db09daea0c45bc (diff) | |
| download | dnspython-f30b217a522442ae0f48d8d2416b3813833ce859.tar.gz | |
add DS RR fix ChangeLog
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-10-16 Bob Halley <halley@dnspython.org> + + * dns/rdtypes/ANY/DS.py: The from_text() parser for DS RRs did not + allow multiple Base64 chunks. Thanks to Rakesh Banka for + finding this bug and submitting a patch. + 2008-06-03 Bob Halley <halley@dnspython.org> * dns/message.py (Message.set_rcode): The mask used preserved the |
