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
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.