summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-04-13 13:37:33 -0400
committerNick Mathewson <nickm@torproject.org>2010-04-13 13:37:33 -0400
commitfe57aab2832160d1c256aa9d6e70cd5e1cd29aa4 (patch)
tree011a9e53889fa6bb87e14cf84da2af77a138a6f2 /changes
parent7221d15acc87d2438aba7e3c261c2fc460479a01 (diff)
parent96a0edf373b52da382206d12716ebd1cb96a1518 (diff)
downloadtor-fe57aab2832160d1c256aa9d6e70cd5e1cd29aa4.tar.gz
tor-fe57aab2832160d1c256aa9d6e70cd5e1cd29aa4.zip
Merge branch 'correct_halflife'
Diffstat (limited to 'changes')
-rw-r--r--changes/read_circpriorityhalflife_correctly7
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/read_circpriorityhalflife_correctly b/changes/read_circpriorityhalflife_correctly
new file mode 100644
index 0000000000..651e4db284
--- /dev/null
+++ b/changes/read_circpriorityhalflife_correctly
@@ -0,0 +1,7 @@
+ o Major bugfixes:
+ - Fix a stupid parenthesization error that made every possible value
+ of CircPriorityHalflifeMsec get treated as "1 msec". Bugfix on
+ 0.2.2.7-alpha.
+ - Rename CircPriorityHalflifeMsec to CircuitPriorityHalflifeMsec,
+ so authorities can tell newer relays about the option without
+ breaking older ones.