From: Nick Mathewson Date: Sun, 25 Nov 2007 17:15:17 +0000 (+0000) Subject: svn:r543 X-Git-Tag: release-2.0.1-alpha~490 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=566ca340224c39e517f14d7a45cde68b874acde1;p=libevent svn:r543 --- diff --git a/ChangeLog b/ChangeLog index c04fa7ab..7813d2af 100644 --- 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