summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-05-12 02:14:15 +0000
committerNick Mathewson <nickm@torproject.org>2008-05-12 02:14:15 +0000
commitbefa56c72e612ac2cb234e7d924511645d6a0a93 (patch)
tree485329c9471430cfcb03cd4bd336d3ea9b57240b /ChangeLog
parent89f452d07780864a6e16a2841bb748a121da02f5 (diff)
downloadtor-befa56c72e612ac2cb234e7d924511645d6a0a93.tar.gz
tor-befa56c72e612ac2cb234e7d924511645d6a0a93.zip
r19691@catbus: nickm | 2008-05-11 22:13:41 -0400
Backport: Implement a proposal to let a directory authority migrate its identity key without ceasing to sign consensuses. svn:r14585
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a098b3e0a4..feab0f0930 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Changes in version 0.2.0.26-rc - 2008-05-??
+ o Minor features:
+ - Add a new V3AuthUseLegacyKey option to make it easier for authorities
+ to change their identity keys if they have to.
+
+
Changes in version 0.2.0.25-rc - 2008-04-23
Tor 0.2.0.25-rc makes Tor work again on OS X and certain BSDs.