From: Nick Mathewson Date: Fri, 2 Oct 2009 03:07:29 +0000 (+0000) Subject: Add changelog for last commit X-Git-Tag: release-2.0.3-alpha~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=633f3fb7aa15b29063de0b26823d1660d2ce6dd2;p=libevent Add changelog for last commit svn:r1440 --- diff --git a/ChangeLog b/ChangeLog index d1a6e6c6..459ec1b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,6 +24,7 @@ Changes in 2.0.3-alpha: o Fix compilation on Android, which forgot to define fd_mask in its sys/select.h o Do not drop data from evbuffer when out of memory; reported by Jacek Masiulaniec o New event_base_got_exit() and event_base_got_break() functions to tell whether an event loop exited because of an event_base_loopexit() or an event_base_loopbreak(). Patch from Ka-Hing Cheung. + o When adding or deleting an event from a non-main thread, only wake up the main thread when its behavior actually needs to change. Changes in 2.0.2-alpha: