summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-22 10:07:42 -0500
committerNick Mathewson <nickm@torproject.org>2016-02-22 10:07:42 -0500
commit60efce445b17d4b4153e91527887873812f5599f (patch)
tree30129c34577653cac2a03d44712440c103b1a83d /changes
parentbe6174f8f6aaaf8f990eb56c5cba16bc5ec0fcea (diff)
downloadtor-60efce445b17d4b4153e91527887873812f5599f.tar.gz
tor-60efce445b17d4b4153e91527887873812f5599f.zip
Enable ed25519 collator in voting.
Previously, I had left in some debugging code with /*XXX*/ after it, which nobody noticed. Live and learn! Next time I will use /*XXX DO NOT COMMIT*/ or something. We need to define a new consensus method for this; consensus method 21 shouldn't actually be used. Fixes bug 17702; bugfix on 0.2.7.2-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug177026
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug17702 b/changes/bug17702
new file mode 100644
index 0000000000..4fda36f736
--- /dev/null
+++ b/changes/bug17702
@@ -0,0 +1,6 @@
+ o Major bugfixes:
+ - Actually enable Ed25519-based directory collation.
+ Previously, the code had been written, but some debugging code that had
+ accidentally been left in the codebase made it stay turned off.
+ Fixes bug 17702; bugfix on 0.2.7.2-alpha.
+