summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2009-11-13 03:39:14 +0900
committerBob Halley <halley@nominum.com>2009-11-13 03:39:14 +0900
commitff64ce87300903a843ab13a2b4ff1ab6633371ba (patch)
tree339ee8130c6983d321c20f10b54eec86b6fd8354 /ChangeLog
parent81e55e3c1d6524ec955d070bc2ebff009b366b40 (diff)
downloaddnspython-ff64ce87300903a843ab13a2b4ff1ab6633371ba.tar.gz
present() did not add a zero TTL if its argument was a single rdata
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a28042f..6b9cc50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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