diff options
author | Roger Dingledine <arma@torproject.org> | 2007-01-04 09:12:23 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-01-04 09:12:23 +0000 |
commit | 5e89bc9b4b5158df5060489a91d7dbc7676274f8 (patch) | |
tree | f46a7c5b0c3ad4491a46348a7ca951cabcf776fb /ChangeLog | |
parent | a66d86149b04bf28617603190b3488d6f71231a2 (diff) | |
download | tor-5e89bc9b4b5158df5060489a91d7dbc7676274f8.tar tor-5e89bc9b4b5158df5060489a91d7dbc7676274f8.tar.gz |
fix a bug i introduced in r9249; and more cleanups.
svn:r9263
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ Changes in version 0.1.2.5-alpha - 2007-01-03 count the failure against the total number of failures allowed for the thing we're trying to download. - Report X-Your-Address-Is correctly from tunneled directory - connections; don't report X-Your-Address-Is is when it's an internal + connections; don't report X-Your-Address-Is when it's an internal address; and never believe reported remote addresses when they're internal. - Add client-side caching for reverse DNS lookups. |