diff options
author | Roger Dingledine <arma@torproject.org> | 2009-10-07 16:18:18 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-10-07 16:18:18 -0400 |
commit | 0c70390dd7d006938def5cefc70b093b652ebf5f (patch) | |
tree | 435125cd0918580b808b45fc462696d947aaf477 /ChangeLog | |
parent | 18689317e43dd5d33193d850220232addd7c0d16 (diff) | |
download | tor-0c70390dd7d006938def5cefc70b093b652ebf5f.tar tor-0c70390dd7d006938def5cefc70b093b652ebf5f.tar.gz |
amend changelog for recent commits, plus clean up
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 27 |
1 files changed, 14 insertions, 13 deletions
@@ -1,16 +1,17 @@ -Changes in version 0.2.2.4-alpha - 2009-??-?? +Changes in version 0.2.2.4-alpha - 2009-10-?? 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. + - Fix several more asserts in the circuit_build_times code, for + example one that causes Tor to fail to start once we have + accumulated 5000 build times in the state file. Bugfixes on + 0.2.2.2-alpha; fixes bug 1108. o New directory authorities: - Move moria1 and Tonga to alternate IP addresses. o Minor features: - Log SSL state transitions at debug level during handshake, and - include SSL states in error messages. This may help debug - future SSL handshake issues. + include SSL states in error messages. This may help debug future + SSL handshake issues. - Add a new "Handshake" log domain for activities that happen during the TLS handshake. - Revert to the "June 3 2009" ip-to-country file. The September one @@ -19,23 +20,23 @@ Changes in version 0.2.2.4-alpha - 2009-??-?? 0.1.2.14. This step cuts out four relays from the current network, none of which are very big. - o Code simplifications and refactoring: - - Revise our unit tests to use the "tinytest" framework, so we - can run tests in their own processes, have smarter setup/teardown - code, and so on. The unit test code has moved to its own - subdirectory, and has been split into multiple modules. - o Minor bugfixes: - Fix a couple of smaller issues with gathering statistics. Bugfixes on 0.2.2.1-alpha. - Fix two memory leaks in the error case of circuit_build_times_parse_state. Bugfix on 0.2.2.2-alpha. - Make it explicit that we can't overflow in - connection_ap_handshake_send_resolve. Bugfix on 0.0.7.1-1. + connection_ap_handshake_send_resolve. Bugfix on 0.0.7.1. - Don't count one-hop circuits when we're estimating how long it takes circuits to build on average. Otherwise we'll set our circuit build timeout lower than we should. Bugfix on 0.2.2.2-alpha. + o Code simplifications and refactoring: + - Revise our unit tests to use the "tinytest" framework, so we + can run tests in their own processes, have smarter setup/teardown + code, and so on. The unit test code has moved to its own + subdirectory, and has been split into multiple modules. + Changes in version 0.2.2.3-alpha - 2009-09-23 o Major bugfixes: |