From: Nick Mathewson Date: Thu, 23 Aug 2012 18:39:30 +0000 (-0400) Subject: Add a date to the changelog X-Git-Tag: release-2.0.20-stable^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41d77a7c1ea5384b70f0edf56542212692e44ba7;p=libevent Add a date to the changelog --- diff --git a/ChangeLog b/ChangeLog index 618ccc42..eeaa7a86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Changes in version 2.0.20-stable (?? Aug 2012) +Changes in version 2.0.20-stable (23 Aug 2012) BUGFIXES: o core: Make event_pending() threadsafe. (be7a95c Simon Liu) o win32: avoid crash when waiting forever on zero fds. (160e58b)