diff options
author | Roger Dingledine <arma@torproject.org> | 2004-06-07 19:16:35 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-06-07 19:16:35 +0000 |
commit | 9385020cebad95139f898b2db00ded96dc86c214 (patch) | |
tree | 5d5a43c83169fc7fe68e2d3563d58bd4dc928722 | |
parent | e4f83de9eba07225abdd03c67bb5a257d6d3b059 (diff) | |
download | tor-9385020cebad95139f898b2db00ded96dc86c214.tar tor-9385020cebad95139f898b2db00ded96dc86c214.tar.gz |
update the changelog for 0.0.7
svn:r1955
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |