aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-03-14 15:31:24 -0400
committerNick Mathewson <nickm@torproject.org>2011-03-14 15:31:24 -0400
commitf1c365b032e058e7342b632006435ecc175475a3 (patch)
tree8df6ebda1279b8d8264b42e67dcd85db7e1062cf /changes
parentd52a99dc77dc77008b871da8bb2f95995d1abb6a (diff)
parentb639add1a010d5816ceb693c68ddc3b48655b752 (diff)
downloadtor-f1c365b032e058e7342b632006435ecc175475a3.tar
tor-f1c365b032e058e7342b632006435ecc175475a3.tar.gz
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/bug27165
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug2716 b/changes/bug2716
new file mode 100644
index 000000000..4663ed318
--- /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.