]> granicus.if.org Git - libevent/commitdiff
Add a few missing changelog entries
authorNick Mathewson <nickm@torproject.org>
Sun, 9 Aug 2009 20:18:00 +0000 (20:18 +0000)
committerNick Mathewson <nickm@torproject.org>
Sun, 9 Aug 2009 20:18:00 +0000 (20:18 +0000)
svn:r1412

ChangeLog

index ff8bec507d130c7e19842a4eabeb28d2571986f5..694a29784b0a313db9e4ab3774c0a00389a1884f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@ Changes in 2.0.3-alpha:
  o Export an evutil_sockaddr_cmp() to compare to sockaddr objects for equality.
  o Add a bufferevent_get_enabled() to tell what a bufferevent has been configured to do.
  o Add an evbuffer_search_eol() function to locate the end of a line nondestructively.
+ o Add an evbuffer_search_range() function to search a bounded range of a buffer.
+ o Fix a rare crash bug in evdns.
+ o Have bufferevent_socket_connect() with no arguments put a bufferevent into connecting mode.
 
 
 Changes in 2.0.2-alpha: