]> granicus.if.org Git - libevent/commitdiff
Changelog entry for r1237
authorNick Mathewson <nickm@torproject.org>
Thu, 23 Apr 2009 21:43:44 +0000 (21:43 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 23 Apr 2009 21:43:44 +0000 (21:43 +0000)
svn:r1238

ChangeLog

index de04e7b893d7082e2d6e4b2f8a3c2620f4a38101..1a824618a68a23feabd1980236e3c872a655bdf7 100644 (file)
--- 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