From 4c81358f3b8ea5b9cde4a96154425c4e5f3b9d3d Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 13 Feb 2012 00:54:57 -0500 Subject: [PATCH] today is the day for a 0.2.3.12-alpha release --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e095ae4e9..8bee030c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Changes in version 0.2.3.12-alpha - 2012-02-?? +Changes in version 0.2.3.12-alpha - 2012-02-13 o Major bugfixes: - Fix building when the path to sed, openssl or sha1sum contains spaces, which is pretty common on Windows. Fixes bug 5065; bugfix