]> granicus.if.org Git - libevent/commitdiff
Add changelog entry for vc++ fixes
authorNick Mathewson <nickm@torproject.org>
Sat, 2 May 2009 16:11:06 +0000 (16:11 +0000)
committerNick Mathewson <nickm@torproject.org>
Sat, 2 May 2009 16:11:06 +0000 (16:11 +0000)
svn:r1264

ChangeLog

index 431339bdafe9dc57370c98118d33235f6be4978c..02360b5bceba81e2fde2530bf1583afaa601746a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,7 +12,7 @@ Changes in 2.0.2-alpha:
  o Make sendfile work on FreeBSD
  o Do not use vararg macros for accessing evrpc structures; this is not backwards compatible, but we did not promise any backwards compatibility for the rpc code.
  o Actually define the event_config_set_flag() function.
-
+ o Try harder to compile with Visual C++.
 
 Changes in 2.0.1-alpha:
  o free minheap on event_base_free(); from Christopher Layne