diff options
author | Roger Dingledine <arma@torproject.org> | 2008-12-17 22:32:17 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-12-17 22:32:17 +0000 |
commit | 048f2a179b628ff717484912f452ba4d9bc4a3c3 (patch) | |
tree | 4a8c595d4b7cc20e5ce34f635e09ad07a1fe9594 /ChangeLog | |
parent | 33e2053ebca5d3152c401f1394adeaab862b1988 (diff) | |
download | tor-048f2a179b628ff717484912f452ba4d9bc4a3c3.tar.gz tor-048f2a179b628ff717484912f452ba4d9bc4a3c3.zip |
Clip the MaxCircuitDirtiness config option to a minimum of 10
seconds. Warn the user if lower values are given in the
configuration. Bugfix on 0.1.0.1-rc. Patch by Sebastian.
Clip the CircuitBuildTimeout to a minimum of 30 seconds. Warn the
user if lower values are given in the configuration. Bugfix on
0.1.1.17-rc. Patch by Sebastian.
svn:r17657
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -57,6 +57,12 @@ Changes in version 0.2.1.9-alpha - 200?-??-?? than a noncanonical one for a given OR ID, always use the canonical one. Bugfix on 0.2.0.12-alpha. Fixes bug 805. Spotted by rovv. + - Clip the MaxCircuitDirtiness config option to a minimum of 10 + seconds. Warn the user if lower values are given in the + configuration. Bugfix on 0.1.0.1-rc. Patch by Sebastian. + - Clip the CircuitBuildTimeout to a minimum of 30 seconds. Warn the + user if lower values are given in the configuration. Bugfix on + 0.1.1.17-rc. Patch by Sebastian. o Minor bugfixes (hidden services): - Do not throw away existing introduction points on SIGHUP; bugfix on |