aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-03-10 05:43:35 +0000
committerRoger Dingledine <arma@torproject.org>2007-03-10 05:43:35 +0000
commita24779216990b7490a1f62bfc411e3a113895b1d (patch)
tree447ab9d813e23f381a923ecc50faa14b937efc65 /ChangeLog
parentdf3a539d034366a021af44cca9330d42d6cff7cb (diff)
downloadtor-a24779216990b7490a1f62bfc411e3a113895b1d.tar
tor-a24779216990b7490a1f62bfc411e3a113895b1d.tar.gz
Directory authorities now call routers stable if they have an
uptime of at least 30 days, even if that's not the median uptime in the network. Implements proposal 1xx, suggested by Kevin Bauer and Damon McCoy. svn:r9788
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a8ac88e3..50f5a5a4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
Changes in version 0.2.0.1-alpha - 2007-??-??
+ o Security fixes:
+ - Directory authorities now call routers stable if they have an
+ uptime of at least 30 days, even if that's not the median uptime
+ in the network. Implements proposal 1xx, suggested by Kevin Bauer
+ and Damon McCoy.
+
o Minor features (build):
- Make autoconf search for libevent and openssl consistently.
- Update deprecated macros in configure.in