BIND 10 master, updated. 04934bb05de6689d170ff4d52c2518301df0f960 [master] changelog entry for trac #61
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Feb 19 21:38:40 UTC 2011
The branch, master has been updated
via 04934bb05de6689d170ff4d52c2518301df0f960 (commit)
from 09ece8cdd41c0f025e8b897b4883885d88d4ba5d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 04934bb05de6689d170ff4d52c2518301df0f960
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sat Feb 19 13:38:31 2011 -0800
[master] changelog entry for trac #61
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 6fa9ef8..5634480 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ 174. [bug]* jinmei
+ src/lib/dns: revised dnssectime functions so that they don't rely
+ on the time_t type (whose size varies on different systems, which
+ can lead to subtle bugs like some form of "year 2038 problem").
+ Also handled 32-bit wrap around issues more explicitly, with more
+ detailed tests. The function API has been changed, but the effect
+ should be minimal because these functions are mostly private.
+ (Trac #61, git 09ece8cdd41c0f025e8b897b4883885d88d4ba5d)
+
173. [bug] jerry
python/isc/notify: A notify_out test fails without network
connectivity, encapsulate the socket behavior using a mock
More information about the bind10-changes
mailing list