diff options
author | Roger Dingledine <arma@torproject.org> | 2004-11-23 10:11:20 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-11-23 10:11:20 +0000 |
commit | c893403ed73642acbeea9276733088692718a2bf (patch) | |
tree | 1d28c7f48dc8157b8478b0d5a8f9fd8cc035c76c | |
parent | a284b0db8fc4a36157c5f0969564a469db4c65d4 (diff) | |
download | tor-0.0.9rc1.tar.gz tor-0.0.9rc1.zip |
tweak changelogstor-0.0.9rc1
svn:r2957
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,8 +11,8 @@ rc1: o Bugfixes on 0.0.9pre6: - Fix hibernate bug that caused pre6 to be broken. - - Dont keep rephist info for routers that havent had activity for - 24 hours. (This matters now that clients have keys, so we track + - Don't keep rephist info for routers that haven't had activity for + 24 hours. (This matters now that clients have keys, since we track them too.) - Never call close_temp_logs while validating log options. - Fix backslash-escaping on tor.sh.in and torctl.in. @@ -30,7 +30,7 @@ rc1: - If your requested entry or exit node has advertised bandwidth 0, pick it anyway. - Be more greedy about filling up relay cells -- we try reading again - once we've processed the stuff we read, in case enough have arrived + once we've processed the stuff we read, in case enough has arrived to fill the last cell completely. - Apply NT service patch from Osamu Fujino. Still needs more work. |