diff --git a/ChangeLog b/ChangeLog index de6e8f9a..c4b22eec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ Changes in 2.0.2-alpha: 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: o free minheap on event_base_free(); from Christopher Layne o debug cleanups in signal.c; from Christopher Layne 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.