summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-11-15 18:59:48 +0000
committerNick Mathewson <nickm@torproject.org>2009-11-15 18:59:48 +0000
commite2b2de79bfb3e50bfcb943b145ac45e7f68c9616 (patch)
tree293e37e40fb943f6073e83717a5f3178d6fb5e2a /ChangeLog
parentc79a45e0097dd34c7f7024598a5b4c3b1b0fb422 (diff)
downloadlibevent-e2b2de79bfb3e50bfcb943b145ac45e7f68c9616.tar.gz
Use arc4random() for dns transaction ids where available. Patch taken from OpenBSD
svn:r1528
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4834f424..d369e524 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -44,6 +44,7 @@ Changes in 2.0.3-alpha:
o Make EV_PERSIST timeouts more accurate: schedule the next event based on the scheduled time of the previous event, not based on the current time.
o Allow http.c to handle cases where getaddrinfo returns an IPv6 address. Patch from Ryan Phillips.
o Fix a problem with excessive memory allocation when using multiple event priorities.
+ o Default to using arc4random for DNS transaction IDs on systems that have it.
Changes in 2.0.2-alpha: