Add a few missing changelog entries

svn:r1412
This commit is contained in:
Nick Mathewson 2009-08-09 20:18:00 +00:00
parent 800f9aa607
commit 7a55c48d77

View File

@ -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: