]> granicus.if.org Git - libevent/commitdiff
svn:r543
authorNick Mathewson <nickm@torproject.org>
Sun, 25 Nov 2007 17:15:17 +0000 (17:15 +0000)
committerNick Mathewson <nickm@torproject.org>
Sun, 25 Nov 2007 17:15:17 +0000 (17:15 +0000)
ChangeLog

index c04fa7abf333d5e8dae3e2afac34326321a873a1..7813d2afafae0f499b9fe87917fb32544e7bbf4a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@ Changes in current version:
  o New function event_set_mem_functinons.  It allows the user to give libevent replacement functions to use for memory management in place of malloc(), free(), etc.  This should be generally useful for memory instrumentation, specialized allocators, and so on.
 
 
+
 Changes in 1.4.0:
  o allow \r or \n individually to separate HTTP headers instead of the standard "\r\n"; from Charles Kerr.
  o demote most http warnings to debug messages