diff options
author | Roger Dingledine <arma@torproject.org> | 2008-09-23 21:02:04 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-09-23 21:02:04 +0000 |
commit | 386b7d594b19e7f498fb9fa35b1a62c612488880 (patch) | |
tree | 23aa6dbe2bf7cee066354847b973a854c771507b | |
parent | b9ea49103ac4ee8b2b2d8adba23c99a356e5dcb1 (diff) | |
download | tor-386b7d594b19e7f498fb9fa35b1a62c612488880.tar.gz tor-386b7d594b19e7f498fb9fa35b1a62c612488880.zip |
and backport that
svn:r16947
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -3,14 +3,14 @@ Changes in version 0.2.0.32 - 2008-??-?? - Fix several infrequent memory leaks spotted by Coverity. - When testing for libevent functions, set the LDFLAGS variable correctly. (Found by Riastradh.) - - 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. Changes in version 0.2.0.31 - 2008-09-03 |