From: Nick Mathewson Date: Tue, 28 Jul 2009 19:45:54 +0000 (+0000) Subject: Changelog entry for msvc fixes. X-Git-Tag: release-2.0.3-alpha~150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c99c79df9509ce4da489e237ead4c8104af7b21;p=libevent Changelog entry for msvc fixes. svn:r1388 --- diff --git a/ChangeLog b/ChangeLog index c46171ce..d18d5bc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ Changes in 2.0.3-alpha: o Fix a bug where we didn't allocate enough memory in event_get_supported_methods(). o Avoid segfault during failed allocation of locked evdns_base. (Found by Rocco Carbone.) o Export new evutil_ascii_* functions to perform locale-independent character type operations. + o Try to compile better with MSVC: patches from Brodie Thiesfield + Changes in 2.0.2-alpha: o Add a new flag to bufferevents to make all callbacks automatically deferred.