summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-11-23 10:11:20 +0000
committerRoger Dingledine <arma@torproject.org>2004-11-23 10:11:20 +0000
commitc893403ed73642acbeea9276733088692718a2bf (patch)
tree1d28c7f48dc8157b8478b0d5a8f9fd8cc035c76c
parenta284b0db8fc4a36157c5f0969564a469db4c65d4 (diff)
downloadtor-c893403ed73642acbeea9276733088692718a2bf.tar.gz
tor-c893403ed73642acbeea9276733088692718a2bf.zip
tweak changelogstor-0.0.9rc1
svn:r2957
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bb43df89d..a0eaa174ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.