From: Nick Mathewson Date: Mon, 26 Oct 2009 20:07:06 +0000 (+0000) Subject: Note assert-related change in changelog X-Git-Tag: release-2.0.3-alpha~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f10fac34296eb856118fd882cc12a576ed39a04;p=libevent Note assert-related change in changelog svn:r1465 --- diff --git a/ChangeLog b/ChangeLog index 6c775ae2..878ac8fe 100644 --- 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: