mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 20:41:27 -04:00
Note dns work in changelog and whatsnew
svn:r1206
This commit is contained in:
parent
2d9619d78f
commit
b7907a7bfb
@ -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
|
||||||
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user