From: Nick Mathewson Date: Mon, 2 Apr 2012 22:12:44 +0000 (-0400) Subject: Add missing ) to changelog; spotted by rransom X-Git-Tag: release-2.1.1-alpha~14^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c7ee6b0c9b9e376dc36cdf7d5a3acb1e3aa9b60;p=libevent Add missing ) to changelog; spotted by rransom --- diff --git a/ChangeLog b/ChangeLog index 93a1ddf6..c9619655 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,7 +28,7 @@ BUGFIXES (core): o Fix a fd leak in event_reinit() (3f18ad1) o Do a memberwise comparison of threading function tables (c94a5f2 Nate R) o Use C-style comments in C source files (for compatibility with compilers such as xlc on AIX). (d84d917 Greg Hewgill) - o Avoid crash when freeing event_iocp and using event_set_mem_functions (19715a6 + o Avoid crash when freeing event_iocp and using event_set_mem_functions (19715a6) o In the kqueue backend, do not report EBADF as an EV_READ (5d7bfa1 Nicholas Marriott) BUGFIXES (evbuffer and bufferevents):