diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-03-13 09:36:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-03-13 09:36:47 -0400 |
commit | 58fd864a85fc58650ac7c7c48a68f7a49de38260 (patch) | |
tree | 20c1a3c1000f18f65d262695d66fe349609a7173 /changes | |
parent | 17ff69a268f761d0d68bb1201a578555fe460fb8 (diff) | |
parent | cdaff26f91ff6e3dceca6054157bbcf976713398 (diff) | |
download | tor-58fd864a85fc58650ac7c7c48a68f7a49de38260.tar.gz tor-58fd864a85fc58650ac7c7c48a68f7a49de38260.zip |
Merge remote-tracking branch 'tor-github/pr/705'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug29298 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug29298 b/changes/bug29298 new file mode 100644 index 0000000000..6e447b62dd --- /dev/null +++ b/changes/bug29298 @@ -0,0 +1,6 @@ + o Minor features (circuit padding): + - Allow the padding machine designer to pick the edges of their histogram + instead of trying to compute them automatically using an exponential + formula. Resolves some undefined behavior in the case of small histograms + and allows greater flexibility on machine design. Closes ticket 29298; + bugfix on 0.4.0.1-alpha.
\ No newline at end of file |