aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-05-15 12:18:23 -0400
committerNick Mathewson <nickm@torproject.org>2011-05-15 12:18:23 -0400
commit69ff26b05c789e556c3e1401f5065ebf5e49c9d8 (patch)
tree7ca8a5e07f87081e9890aa4a85cc0a63aeec78f9 /changes
parentf2871009346e0589455be14e9cef930c19082c0a (diff)
parent6b83b3ba2aff4ba815241c76d712d149f13465e1 (diff)
downloadtor-69ff26b05c789e556c3e1401f5065ebf5e49c9d8.tar.gz
tor-69ff26b05c789e556c3e1401f5065ebf5e49c9d8.zip
Merge branch 'bug3026' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r--changes/bug30264
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug3026 b/changes/bug3026
new file mode 100644
index 0000000000..c0c0a3860a
--- /dev/null
+++ b/changes/bug3026
@@ -0,0 +1,4 @@
+ o Minor bugfixes (directory authority)
+ - Do not upload our own vote or signature set to ourself. It would
+ tell us nothing new. Also, as of Tor 0.2.2.24-alpha, we started
+ to warn about receiving duplicate votes. Resolves bug 3026.