From: Nick Mathewson Date: Sun, 9 Aug 2009 20:18:00 +0000 (+0000) Subject: Add a few missing changelog entries X-Git-Tag: release-2.0.3-alpha~126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a55c48d775e94f158fb6db0470c9a68abbec068;p=libevent Add a few missing changelog entries svn:r1412 --- diff --git a/ChangeLog b/ChangeLog index ff8bec50..694a2978 100644 --- 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: