From b7907a7bfb3b44548ef47df2d0b1eef02b632036 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 19 Apr 2009 01:59:25 +0000 Subject: [PATCH] Note dns work in changelog and whatsnew svn:r1206 --- ChangeLog | 3 ++- whatsnew-2.0.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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.