Changelog entry for r1237

svn:r1238
This commit is contained in:
Nick Mathewson 2009-04-23 21:43:44 +00:00
parent ec6bfd0335
commit a5897917da

View File

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