summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-05-23 03:44:59 +0000
committerRoger Dingledine <arma@torproject.org>2007-05-23 03:44:59 +0000
commit35e14d1426619ac2f0d58571fb76c9ce47e74c51 (patch)
treed095339b5cb640b4298843eb6a7cb021dc523c6d
parent8cf3fd98ec4155b955cbd72b9d2709be9dbd37f6 (diff)
downloadtor-35e14d1426619ac2f0d58571fb76c9ce47e74c51.tar.gz
tor-35e14d1426619ac2f0d58571fb76c9ce47e74c51.zip
prepare for the 0.1.2.14 release
svn:r10298
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fbc10f3d6..b53547456e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-Changes in version 0.1.2.14 - 2007-0?-??
+Changes in version 0.1.2.14 - 2007-05-23
+ o Directory authority changes:
+ - Two directory authorities (moria1 and moria2) just moved to new
+ IP addresses. This change will particularly affect those who serve
+ or use hidden services.
+
o Major bugfixes:
- If a directory server runs out of space in the connection table
as it's processing a begin_dir request, it will free the exit stream
@@ -20,7 +25,7 @@ Changes in version 0.1.2.14 - 2007-0?-??
- Actually set the purpose correctly for descriptors inserted with
purpose=controller.
- When we have k non-v2 authorities in our DirServer config,
- we ignored as many as k v2 authorities while updating our
+ we ignored the last k authorities in the list when updating our
network-statuses.
- Correctly back-off from requesting router descriptors that we are
having a hard time downloading.