diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-07-16 11:50:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-07-16 11:50:53 -0400 |
commit | 7ac8a4a037581ab7c47079cc98c9d3496932a8bd (patch) | |
tree | ee8d5fa3a820369846cb7c17269d64d0b5a5c7d6 /changes | |
parent | deaf30a8af331bdb96fae59a6f4a1effcb21e2d6 (diff) | |
parent | 93b730175566de2dcf783b1ce4b3fd87a6f7375e (diff) | |
download | tor-7ac8a4a037581ab7c47079cc98c9d3496932a8bd.tar.gz tor-7ac8a4a037581ab7c47079cc98c9d3496932a8bd.zip |
Merge remote-tracking branch 'origin/maint-0.2.3'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6397 | 4 | ||||
-rw-r--r-- | changes/cov709056 | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug6397 b/changes/bug6397 new file mode 100644 index 0000000000..23d8359bd2 --- /dev/null +++ b/changes/bug6397 @@ -0,0 +1,4 @@ + o Major bugfixes: + - When disabling guards for having too high a proportion of failed + circuits, make sure to look at each guard. Fix for bug 6397; bugfix + on 0.2.3.17-beta. diff --git a/changes/cov709056 b/changes/cov709056 new file mode 100644 index 0000000000..64a75ad8a2 --- /dev/null +++ b/changes/cov709056 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Check return value of fputs() when writing authority certificate + file. Fixes Coverity issue 709056; bugfix on 0.2.0.1-alpha. + |