diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2013-04-23 14:44:40 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-04-24 22:03:02 -0400 |
commit | c72558f396b35bb42281162198ddbd652f2155fd (patch) | |
tree | 03af775ad4e620170700aa0600a2dedc730a183f | |
parent | 2170f89a93a268588a50a7e754157c1f6e03b15f (diff) | |
download | tor-c72558f396b35bb42281162198ddbd652f2155fd.tar.gz tor-c72558f396b35bb42281162198ddbd652f2155fd.zip |
Changes file for 8235.
-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 0000000000..3d36d06c88 --- /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. |