summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-12-15 07:04:37 +0000
committerNick Mathewson <nickm@torproject.org>2006-12-15 07:04:37 +0000
commit38bd6837dba242bc7e86f033a206cd5082930934 (patch)
tree7c71d9efc16aabd0364661e7c4f5dda4a22fa3d7 /ChangeLog
parent2ae9615a0bcf512933927345d6365790026b60aa (diff)
downloadtor-38bd6837dba242bc7e86f033a206cd5082930934.tar.gz
tor-38bd6837dba242bc7e86f033a206cd5082930934.zip
r11588@Kushana: nickm | 2006-12-15 02:04:32 -0500
Add a LastRotatedOnionKey variable to the state file, so we can rotate onion keys a week after they change even if we never stay up for a whole week at a time. Should fix bug 368. svn:r9120
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5123b1faa..4e9774c8e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -43,6 +43,9 @@ Changes in version 0.1.2.5-xxxx - 200?-??-??
safe.)
- When generating bandwidth history, round down to the nearest
1k. When storing accounting data, round up to the nearest 1k.
+ - When we're running as a server, remember when we last rotated onion
+ keys, so that we will rotate keys once they're a week old even if we
+ never stay up for a week ourselves. (Bug 368.)
o Controller features:
- Have GETINFO dir/status/* work on hosts with DirPort disabled.