From: Nick Mathewson Date: Mon, 5 Jan 2015 14:33:48 +0000 (-0500) Subject: Update changelog X-Git-Tag: release-2.1.5-beta^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b49ae34594533daa82c06a506078de9e336a013;p=libevent Update changelog --- diff --git a/ChangeLog b/ChangeLog index 51bc8f9c..14996375 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Changes in version 2.1.5-beta (5 January 2015) + Security Fixes (evbuffers) + o Avoid integer overflow bugs in evbuffer_add() and related functions. See CVE-2014-6272 advisory for more information. (d49bc0e88b81a5812116074dc007f1db0ca1eecd) New APIs (evconnlistener) o Provide support for SO_REUSEPORT through LEV_OPT_REUSABLE_PORT (b625361 Maciej Soltysiak)