diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-04-24 22:05:41 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-04-24 22:05:41 -0400 |
commit | 68ea7d24d8e1ceb594ae5a63a3d433bd78a079cd (patch) | |
tree | 9267c60b7fea523c8c217c87ec327900a4cf186d /changes | |
parent | 6e89d29bd5ee93b87ab0ce97e46408d196d0f6d4 (diff) | |
parent | cab5f82d125d721fa4b73568323ac1b6009002c3 (diff) | |
download | tor-68ea7d24d8e1ceb594ae5a63a3d433bd78a079cd.tar.gz tor-68ea7d24d8e1ceb594ae5a63a3d433bd78a079cd.zip |
Merge remote-tracking branch 'origin/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 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. |