From: Nick Mathewson Date: Thu, 23 Apr 2009 21:43:44 +0000 (+0000) Subject: Changelog entry for r1237 X-Git-Tag: release-2.0.3-alpha~274 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5897917da9549daf56173fc7a59c3ac97a92597;p=libevent Changelog entry for r1237 svn:r1238 --- diff --git a/ChangeLog b/ChangeLog index de04e7b8..1a824618 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ Changes in 2.0.2-alpha: o Use signal.h, not sys/signal.h. [Patch from mmadia] o Try harder to build with certain older c99 compilers. o Make sure that an event_config's flags field is always initialized to 0. [Bug report from Victor Goya] + o Avoid data corruption when reading data entirely into the second-to-last chain of an evbuffer. [Bug report from Victor Goya] Changes in 2.0.1-alpha: o free minheap on event_base_free(); from Christopher Layne