diff options
| author | Bob Halley <halley@nominum.com> | 2009-11-13 03:39:14 +0900 |
|---|---|---|
| committer | Bob Halley <halley@nominum.com> | 2009-11-13 03:39:14 +0900 |
| commit | ff64ce87300903a843ab13a2b4ff1ab6633371ba (patch) | |
| tree | 339ee8130c6983d321c20f10b54eec86b6fd8354 /ChangeLog | |
| parent | 81e55e3c1d6524ec955d070bc2ebff009b366b40 (diff) | |
| download | dnspython-ff64ce87300903a843ab13a2b4ff1ab6633371ba.tar.gz | |
present() did not add a zero TTL if its argument was a single rdata
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-11-13 Bob Halley <halley@nominum.com> + + * dns/update.py (Update::present): A zero TTL was not added if + present() was called with a single rdata, causing _add() to be + unhappy. Thanks to Eugene Kim for reporting the problem and + submitting a patch. + 2009-11-13 Bob Halley <halley@dnspython.org> * dns/entropy.py: Use os.urandom() if present. Don't seed until |
