diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-04-28 21:15:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-04-28 21:15:14 -0400 |
commit | f0d9e2d6507adcc069b38cd9e0aaf6702f576314 (patch) | |
tree | f1b92172fbe67fade7a1484316d6f707d8e6d449 /changes | |
parent | 4010427b519c3727351905bbe5a75e85a055dd58 (diff) | |
parent | 66de6f7eb8e2948f6c3849dbca20c7b31969b5b7 (diff) | |
download | tor-f0d9e2d6507adcc069b38cd9e0aaf6702f576314.tar.gz tor-f0d9e2d6507adcc069b38cd9e0aaf6702f576314.zip |
Merge remote-tracking branch 'arma/bug3012' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3012 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug3012 b/changes/bug3012 new file mode 100644 index 0000000000..dfde5fa90c --- /dev/null +++ b/changes/bug3012 @@ -0,0 +1,5 @@ + o Minor features: + - Relays can go for weeks without writing out their state file. A + relay that crashes would lose its bandwidth history (including + capacity estimate), client country statistics, and so on. Now relays + checkpoint the file at least every 12 hours. Addresses bug 3012. |