]> granicus.if.org Git - libevent/commitdiff
Changelog entry for msvc fixes.
authorNick Mathewson <nickm@torproject.org>
Tue, 28 Jul 2009 19:45:54 +0000 (19:45 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 28 Jul 2009 19:45:54 +0000 (19:45 +0000)
svn:r1388

ChangeLog

index c46171cea9f8c4b63577a3fa3a0b51691039c554..d18d5bc38117436557dfc9e5bb1a30b6994b1825 100644 (file)
--- 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.