diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-06-14 16:01:29 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-06-14 16:01:29 +0000 |
commit | 0831cc3dbcb89fc356c69ced54374aaebbb4fd39 (patch) | |
tree | ddaef3136993718975581cb0dbaeb95307c0c72f /ChangeLog | |
parent | 97c06691b9f4a30db21fcba41c17b95e268b24a0 (diff) | |
download | tor-0831cc3dbcb89fc356c69ced54374aaebbb4fd39.tar.gz tor-0831cc3dbcb89fc356c69ced54374aaebbb4fd39.zip |
Patch from Karsten to implement proposal 135 ("Testing Tor Networks").
svn:r15253
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,9 +1,15 @@ Changes in version 0.2.1.2-alpha - 2008-??-?? + o Major features: + - New TestingTorNetwork option to allow adjustment of previously constant + values that, while reasonable, could slow bootstrapping. Implements + proposal 135. Patch from Karsten. + o Minor features: - Allow OpenSSL to use dynamic locks if it wants. - When building a consensus do not include routers that are down. This will cut down 30% to 40% on consensus size. Implements proposal 138. + o Bugfixes: - Asking for a conditional consensus at .../consensus/<fingerprints> would crash a dirserver if it did not already have a consensus. |