summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-09-14 22:15:57 -0400
committerNick Mathewson <nickm@torproject.org>2009-09-14 23:21:53 -0400
commit381766ce4b11454607f025aafb6767aa9789d271 (patch)
tree8aa7a0976703db20a5fc12d128414068020d47af /ChangeLog
parent0edc39303d32537ed95c171de6a7ad0f068b60df (diff)
downloadtor-381766ce4b11454607f025aafb6767aa9789d271.tar.gz
tor-381766ce4b11454607f025aafb6767aa9789d271.zip
Implement proposal 167: Authorities vote on network parameters.
This code adds a new field to vote on: "params". It consists of a list of sorted key=int pairs. The output is computed as the median of all the integers for any key on which anybody voted. Improved with input from Roger.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bfbbaa9796..b1cb770b4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
Changes in version 0.2.2.2-alpha - 2009-09-??
+ o Major features:
+ - Authorities can now vote on arbitary integer values as part of the
+ consensus process. This is designed to help set network parameters.
+ Implements proposal 167.
+
o Minor bugfixes:
- Fix an extremely rare infinite recursion bug that could occur if
we tried to log a message after shutting down the log subsystem.