summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-04-30 11:42:53 -0400
committerNick Mathewson <nickm@torproject.org>2013-04-30 11:42:53 -0400
commit959c1428ccd3f42f519d71fd6f50235fd769ef06 (patch)
treebdc2475608ca1a18b4e291a5aa13fee8e989a26d /ChangeLog
parent66dacfa2a58602d82e0413c8217ec38c9871d5cf (diff)
downloadlibevent-959c1428ccd3f42f519d71fd6f50235fd769ef06.tar.gz
Start a changelog for Libevent 2.0.22-stable
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 24 insertions, 1 deletions
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)