summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-09-23 21:01:54 +0000
committerRoger Dingledine <arma@torproject.org>2008-09-23 21:01:54 +0000
commitf59c13b7a3c226589e71244136c3ed578c13426c (patch)
tree46f8f7f0183fe58743b75ef7e9a60f0fa1a42286
parent75977fd79b7e097ed89164c677cd4d00bddf21ed (diff)
downloadtor-f59c13b7a3c226589e71244136c3ed578c13426c.tar.gz
tor-f59c13b7a3c226589e71244136c3ed578c13426c.zip
fix a bad typo, add a missing word
svn:r16946
-rw-r--r--ChangeLog14
1 files changed, 7 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index f281558920..7f477fb64b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,14 +33,14 @@ Changes in version 0.2.1.6-alpha - 2008-09-xx
might succeed. Similarly, if the last v2 fetch fails, we were
failing the whole hidden service request even if a v0 fetch is
still pending. Fixes bug 814. Bugfix on 0.2.0.10-alpha.
- - Avoid a bug where the FistFirstHopPK 0 option would keep Tor from
- bootstrapping with tunneled directory connections. Bugfix on
- 0.1.2.5-alpha. Fixes bug 797. Found by Erwin Lam.
+ - Avoid a bug where the FastFirstHopPK 0 option would keep Tor from
+ bootstrapping with tunneled directory connections. Bugfix on
+ 0.1.2.5-alpha. Fixes bug 797. Found by Erwin Lam.
- When asked to connect to A.B.exit:80, if we don't know the IP for A
- and we know that server B most-but-not all connections to port 80,
- we would previously reject the connection. Now, we assume the user
- knows what they were asking for. Fixes bug 752. Bugfix on 0.0.9rc5.
- Diagnosed by BarkerJr.
+ and we know that server B rejects most-but-not all connections to
+ port 80, we would previously reject the connection. Now, we assume
+ the user knows what they were asking for. Fixes bug 752. Bugfix
+ on 0.0.9rc5. Diagnosed by BarkerJr.
o Minor features:
- Update to the "September 1 2008" ip-to-country file.