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