aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@fscked.org>2009-09-29 03:41:23 -0700
committerNick Mathewson <nickm@torproject.org>2009-09-29 14:07:04 -0400
commitf7e6e852e80c22b40a8f09bc1c85074726d7078e (patch)
tree8ba6086743027c5f7acb3ea645d8ccf6aedbfcbc /ChangeLog
parent2e70642c3a5dfbbb76cd9d04351e54530646b19a (diff)
downloadtor-f7e6e852e80c22b40a8f09bc1c85074726d7078e.tar
tor-f7e6e852e80c22b40a8f09bc1c85074726d7078e.tar.gz
Fix 1108: Handle corrupt or large build times state.
1108 was actually just a fencepost error in an assert, but making the state file handling code resilient is a good idea.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c79c865ef..05e4373b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
Changes in version 0.2.2.4-alpha - 2009-??-??
+ o Major bugfixes:
+ - Fix another assert in the circuit_build_times code that causes Tor
+ to fail to start once we have accumulated 5000 build times in the
+ state file. Bugfix on 0.2.2.2-alpha; fixes bug 1108.
+
o Minor features:
- Log SSL state transitions at debug level during handshake, and
include SSL states in error messages. This may help debug