]> granicus.if.org Git - libevent/commitdiff
Note assert-related change in changelog
authorNick Mathewson <nickm@torproject.org>
Mon, 26 Oct 2009 20:07:06 +0000 (20:07 +0000)
committerNick Mathewson <nickm@torproject.org>
Mon, 26 Oct 2009 20:07:06 +0000 (20:07 +0000)
svn:r1465

ChangeLog

index 6c775ae234688569117f219ec01f712e5078dfe8..878ac8fe5d3b1c1588d57329fdc144a2246306c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,7 @@ Changes in 2.0.3-alpha:
  o Have the win32 select() backend label TCP-socket-connected events as EV_WRITE, not EV_READ.  This should bring it in line with the other backends, and improve portability.  Patch from Christopher Davis.
  o Stop using enums as arguments or return values when what we mean is a bitfield of enum values.  C++ doesn't believe that you can OR two enum values together and get another enum, and C++ takes its typing seriously.  Patch from Christopher Davis.
  o Add an API to replace all fatal calls to exit() with a user-provided panic function.
+ o Replace all assert() calls with a variant that is aware of the user-provided logging and panic functions.
 
 
 Changes in 2.0.2-alpha: