Note dns work in changelog and whatsnew
authorNick Mathewson <nickm@torproject.org>
Sun, 19 Apr 2009 01:59:25 +0000 (01:59 +0000)
committerNick Mathewson <nickm@torproject.org>
Sun, 19 Apr 2009 01:59:25 +0000 (01:59 +0000)
svn:r1206

ChangeLog
whatsnew-2.0.txt

index de6e8f9a8180b3c08f67cc03f04acc93ffc79a7a..c4b22eeccfd7cd232a3333c392871e43b07845c0 100644 (file)
--- 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
index 28e3d78f71d3d2d447956553127be24acd98b78c..c02258ce5a5f0c387823199013108f7bd1d786b7 100644 (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
   _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.