summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-12-17 22:32:17 +0000
committerRoger Dingledine <arma@torproject.org>2008-12-17 22:32:17 +0000
commit048f2a179b628ff717484912f452ba4d9bc4a3c3 (patch)
tree4a8c595d4b7cc20e5ce34f635e09ad07a1fe9594 /ChangeLog
parent33e2053ebca5d3152c401f1394adeaab862b1988 (diff)
downloadtor-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b974a96b6..78fca42cd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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