aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-09-30 18:34:21 -0400
committerRoger Dingledine <arma@torproject.org>2009-09-30 18:34:21 -0400
commit53a7636a0527d13c83832b115a88b97eda08fa8b (patch)
tree9e9356a137e7d3266baeff2ff62bb5f27490dcd2 /ChangeLog
parentf7e6e852e80c22b40a8f09bc1c85074726d7078e (diff)
downloadtor-53a7636a0527d13c83832b115a88b97eda08fa8b.tar
tor-53a7636a0527d13c83832b115a88b97eda08fa8b.tar.gz
Dir auths reject relays running < Tor 0.1.2.14
Directory authorities now reject Tor relays with versions less than 0.1.2.14. This step cuts out four relays from the current network, none of which are very big.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 05e4373b3..ecf80b441 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
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.
+ 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
@@ -12,6 +12,9 @@ Changes in version 0.2.2.4-alpha - 2009-??-??
during the TLS handshake.
- Revert to the "June 3 2009" ip-to-country file. The September one
seems to have removed most US IP addresses.
+ - Directory authorities now reject Tor relays with versions less than
+ 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