diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-03-14 15:31:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-03-14 15:31:24 -0400 |
commit | f1c365b032e058e7342b632006435ecc175475a3 (patch) | |
tree | 8df6ebda1279b8d8264b42e67dcd85db7e1062cf /changes | |
parent | d52a99dc77dc77008b871da8bb2f95995d1abb6a (diff) | |
parent | b639add1a010d5816ceb693c68ddc3b48655b752 (diff) | |
download | tor-f1c365b032e058e7342b632006435ecc175475a3.tar.gz tor-f1c365b032e058e7342b632006435ecc175475a3.zip |
Merge remote branch 'origin/maint-0.2.2'
Fix trivial add/add conflict in main.c
Conflicts:
src/or/main.c
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2716 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug2716 b/changes/bug2716 new file mode 100644 index 0000000000..4663ed3184 --- /dev/null +++ b/changes/bug2716 @@ -0,0 +1,5 @@ + o Minor features: + - When a relay has failed several reachability tests, be more accurate + at recording when it became unreachable, so we can in turn provide + more accuracy at assigning Stable, Guard, HSDir, etc flags. Bugfix + on 0.2.0.6-alpha. Resolves bug 2716. |