Note dns work in changelog and whatsnew

svn:r1206
This commit is contained in:
Nick Mathewson 2009-04-19 01:59:25 +00:00
parent 2d9619d78f
commit b7907a7bfb
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
Changes in 2.0.2-alpha: Changes in 2.0.2-alpha:
o Add a new flag to bufferevents to make all callbacks automatically deferred. o Add a new flag to bufferevents to make all callbacks automatically deferred.
o Make evdns functionality locked, and automatically defer dns callbacks.
Changes in 2.0.1-alpha: Changes in 2.0.1-alpha:
o free minheap on event_base_free(); from Christopher Layne o free minheap on event_base_free(); from Christopher Layne
o debug cleanups in signal.c; from Christopher Layne o debug cleanups in signal.c; from Christopher Layne

View File

@ -229,7 +229,7 @@ What's New In Libevent 2.0 so far:
To make an evbuffer or a bufferevent object threadsafe, call its To make an evbuffer or a bufferevent object threadsafe, call its
_enable_locking() function. _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 To build Libevent with threading support disabled, pass
--disable-thread-support to the configure script. --disable-thread-support to the configure script.