summaryrefslogtreecommitdiff
path: root/whatsnew-2.0.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-04-19 01:59:25 +0000
committerNick Mathewson <nickm@torproject.org>2009-04-19 01:59:25 +0000
commitb7907a7bfb3b44548ef47df2d0b1eef02b632036 (patch)
tree840372ca05061625df3a7ffd61a8da5b66b1d9a4 /whatsnew-2.0.txt
parent2d9619d78f05b475148b0efce59b6fd59382c36c (diff)
downloadlibevent-b7907a7bfb3b44548ef47df2d0b1eef02b632036.tar.gz
Note dns work in changelog and whatsnew
svn:r1206
Diffstat (limited to 'whatsnew-2.0.txt')
-rw-r--r--whatsnew-2.0.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/whatsnew-2.0.txt b/whatsnew-2.0.txt
index 28e3d78f..c02258ce 100644
--- a/whatsnew-2.0.txt
+++ b/whatsnew-2.0.txt
@@ -229,7 +229,7 @@ What's New In Libevent 2.0 so far:
To make an evbuffer or a bufferevent object threadsafe, call its
_enable_locking() function.
- The HTTP and DNS apis are not currently threadsafe.
+ The HTTP api is not currently threadsafe.
To build Libevent with threading support disabled, pass
--disable-thread-support to the configure script.