Changelog entry for msvc fixes.

svn:r1388
This commit is contained in:
Nick Mathewson 2009-07-28 19:45:54 +00:00
parent 72ea534f8e
commit 3c99c79df9

View File

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