diff options
author | Roger Dingledine <arma@torproject.org> | 2006-10-07 06:28:50 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-10-07 06:28:50 +0000 |
commit | f2bd0e2f16944de3b3c8722fb9412ad60d0fae2c (patch) | |
tree | ee2176a6ba2a62879e963f522c029f54d7b003d3 /ChangeLog | |
parent | 4f3827f1d1365fa8da9f014463d8f3e6acce6b6c (diff) | |
download | tor-f2bd0e2f16944de3b3c8722fb9412ad60d0fae2c.tar.gz tor-f2bd0e2f16944de3b3c8722fb9412ad60d0fae2c.zip |
more minor cleanups
svn:r8630
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -176,9 +176,13 @@ Changes in version 0.1.2.2-alpha - 2006-10-?? - Be clearer that the *ListenAddress directives can be repeated multiple times. - (stopped at r8536) + (stopped at r8571) - Build correctly for use on OS X platforms with case-sensitive filesystems. + - Bugfix: when we tunnel our dir fetches via tor, don't believe + the X-Forwarded-For header. + - stop trying to hammer router_rebuild_descriptor() when we don't + have a public address we like yet. Changes in version 0.1.2.1-alpha - 2006-08-27 |