summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-08-23 14:39:30 -0400
committerNick Mathewson <nickm@torproject.org>2012-08-23 14:39:30 -0400
commit41d77a7c1ea5384b70f0edf56542212692e44ba7 (patch)
treecd31a03321710ac3102727149ffb8612ebf050ea /ChangeLog
parent46604b341c46ad1b243823a67b5f035333047499 (diff)
downloadlibevent-41d77a7c1ea5384b70f0edf56542212692e44ba7.tar.gz
Add a date to the changelogrelease-2.0.20-stable
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
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)