From 9cfa89cf1ff42972968984f510bbacce32343ebf Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 7 Jun 2004 19:16:35 +0000 Subject: [PATCH] update the changelog for 0.0.7 svn:r1955 --- trunk/ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trunk/ChangeLog b/trunk/ChangeLog index 3d44fe063d..55152f301f 100644 --- a/trunk/ChangeLog +++ b/trunk/ChangeLog @@ -1,4 +1,4 @@ -Changes so far in 0.0.7: +Changes in version 0.0.7 - 2004-06-07 o Fixes for crashes and other obnoxious bugs: - Fix an epipe bug: sometimes when directory connections failed to connect, we would give them a chance to flush before closing @@ -51,6 +51,7 @@ Changes so far in 0.0.7: Now we don't need that huge line with all the commas in it. - Enable accept/reject policies on SOCKS connections, so you can bind to 0.0.0.0 but still control who can use your OP. + - Updated the man page to reflect these features. Changes in version 0.0.6.2 - 2004-05-16