diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-27 10:37:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-27 10:37:11 -0400 |
commit | 437cbb17c215e60cfd673d99e9c7ad729df6431a (patch) | |
tree | 1e92d2df1ac8346fe5546f1df3b5a24d7299ed74 /changes | |
parent | 476714e1a4b18d4beaa8aa6e0c6b8939efbf2f9f (diff) | |
parent | d875101e03680a372fe1ac91dfff0a9bde883dd3 (diff) | |
download | tor-437cbb17c215e60cfd673d99e9c7ad729df6431a.tar.gz tor-437cbb17c215e60cfd673d99e9c7ad729df6431a.zip |
Merge remote-tracking branch 'asn/feature19036'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature19036 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/feature19036 b/changes/feature19036 new file mode 100644 index 0000000000..98bcfca515 --- /dev/null +++ b/changes/feature19036 @@ -0,0 +1,4 @@ + o Minor features: + - Make directory authorities write the v3-status-votes file out + to disk earlier in the consensus process, so we have the votes + even if we abort the consensus process below. Resolves ticket 19036. |