diff options
author | Roger Dingledine <arma@torproject.org> | 2005-04-27 23:17:41 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-04-27 23:17:41 +0000 |
commit | 46b3c4e686cbed55ed68086d967fee2a5cb7cf91 (patch) | |
tree | 0ccef60d00f299a890a8d8718eafa63bf3e6ef6c | |
parent | 9e969f7a8f94e66a32572789030d244715a9515b (diff) | |
download | tor-46b3c4e686cbed55ed68086d967fee2a5cb7cf91.tar.gz tor-46b3c4e686cbed55ed68086d967fee2a5cb7cf91.zip |
fix typos in changelog (too late now, but hey)
svn:r4146
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,11 +5,11 @@ Changes in version 0.1.0.5-rc - 2005-04-27 o Features: - Switch our internal buffers implementation to use a ring buffer, to hopefully improve performance for fast servers a lot. - - Add HttpsProxyAuthenticator support (based auth only), based + - Add HttpsProxyAuthenticator support (basic auth only), based on patch from Adam Langley. - Bump the default BandwidthRate from 1 MB to 2 MB, to accommodate the fast servers that have been joining lately. - - Given hidden service accesses extra time on the first attempt, + - Give hidden service accesses extra time on the first attempt, since 60 seconds is often only barely enough. This might improve robustness more. - Improve performance for dirservers: stop re-parsing the whole |