diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-04-24 22:04:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-04-24 22:04:15 -0400 |
commit | cab5f82d125d721fa4b73568323ac1b6009002c3 (patch) | |
tree | 53718c61c08693fb25a7a89b490cdd88b69addea /changes | |
parent | b933360ee848873db6c051eabe5aecd01b3f67a3 (diff) | |
parent | ac22bf27d73c51ce6da5afbd2ec29a5403eea2d1 (diff) | |
download | tor-cab5f82d125d721fa4b73568323ac1b6009002c3.tar tor-cab5f82d125d721fa4b73568323ac1b6009002c3.tar.gz |
Merge branch 'bug8235-fix-rebased' into maint-0.2.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug8253-fix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug8253-fix b/changes/bug8253-fix new file mode 100644 index 000000000..3d36d06c8 --- /dev/null +++ b/changes/bug8253-fix @@ -0,0 +1,6 @@ + o Minor bugfixes (log messages) + - Fix a scaling issue in the path bias accounting code that resulted in + "Bug:" log messages from either pathbias_scale_close_rates() or + pathbias_count_build_success(). This represents a bugfix on a previous + bugfix: The original fix attempted in 0.2.4.10-alpha was incomplete. + Fixes bug 8235; bugfix on 0.2.4.1-alpha. |