summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-01-08 23:51:48 +0000
committerRoger Dingledine <arma@torproject.org>2008-01-08 23:51:48 +0000
commit7d3bf1608b74c674f315b94e4e0d96ed3eb4522e (patch)
treed056dd91b691b4d7efdfde5dafffa81276ddefac /ChangeLog
parent8609c825e97b1e1edac1afbc640c983a067ab040 (diff)
downloadtor-7d3bf1608b74c674f315b94e4e0d96ed3eb4522e.tar.gz
tor-7d3bf1608b74c674f315b94e4e0d96ed3eb4522e.zip
Set up gabelmoo (run by Karsten Loesing) as the fifth v3 directory
authority. svn:r13079
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 24faf118ef..626472c18f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
Changes in version 0.2.0.16-alpha - 2008-01-??
+ o New directory authorities:
+ - Set up gabelmoo (run by Karsten Loesing) as the fifth v3 directory
+ authority.
+
o Major performance improvements:
- Switch our old ring buffer implementation for one more like that
used by free Unix kernels. The wasted space in a buffer with
@@ -23,7 +27,7 @@ Changes in version 0.2.0.16-alpha - 2008-01-??
o Minor bugfixes:
- When an authority has not signed a consensus, do not try to
- download a nonexistant "certificate with key 00000000". Bugfix
+ download a nonexistent "certificate with key 00000000". Bugfix
on 0.2.0.x. Fixes bug 569.
- Use a mutex to protect the list of logs, so we never write to
the list as it's being freed. Bugfix on 0.1.2.x. Fixes the