From: Nick Mathewson Date: Tue, 30 Apr 2013 15:42:53 +0000 (-0400) Subject: Start a changelog for Libevent 2.0.22-stable X-Git-Tag: release-2.1.3-alpha~8^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=959c1428ccd3f42f519d71fd6f50235fd769ef06;p=libevent Start a changelog for Libevent 2.0.22-stable --- diff --git a/ChangeLog b/ChangeLog index 80a0970e..f2435595 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,27 @@ -Changes in version 2.0.22-stable (?? ??? 201?) +Changes in version 2.0.22-stable (?? ??? 2013) + + (As of 66dacfa2a58602d82e0413c8217ec38c9871d5cf.) + +BUGFIXES (evhttp, crash fix) + o fix #73 and fix http_connection_fail_test to catch it (b618204 Greg Hazel) + +BUGFIXES (compilation and portability) + o Fix compilation with WIN32_HAVE_CONDITION_VARIABLES enabled (7e45739) + o Fix missing AC_PROG_SED on older Autoconfs (9ab2b3f Tay Ray Chuan) + o Backport libevent to vanilla Autoconf 2.59 (as used in RHEL5) (74d4c44 Kevin Bowling) + o Use AC_CONFIG_HEADERS in place of AM_CONFIG_HEADERS for autmake 1.13 compat (817ea36) + o Rename configure.in to configure.ac to appease newer autoconfs (0c79787) + o Avoid using top_srcdir in TESTS: new automakes do not like this (a55514e) + +BUGFIXES (resource leaks/lock errors on error) + o Avoid leaking fds on evconnlistener with no callback set (69db261) + o Avoid double-close on getsockname error in evutil_ersatz_socketpair (0a822a6) + o Fix a locking error in bufferevent_socket_get_dns_error. (0a5eb2e) + +DOCUMENTATION FIXES + o Fix a mistake in evbuffer_remove() arguments in example http server code (c322c20 Gyepi Sam) + o Fix a typo in a comment in buffer.h. Spotted by Alt_F4 (773b0a5) + Changes in version 2.0.21-stable (18 Nov 2012)