diff options
author | Roger Dingledine <arma@torproject.org> | 2010-10-01 14:12:11 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-10-01 14:12:11 -0400 |
commit | 165aaf560a7249a388e916659d55ec6fa1d2fd24 (patch) | |
tree | ec2a1d2abfe60a0b355cc414a330c3c8609bc237 /changes | |
parent | a00d48b4c33417b600959874812e87d1c6045223 (diff) | |
parent | 734ba2f93728af85d1a7d1e0ef7d7c4ae82783a5 (diff) | |
download | tor-165aaf560a7249a388e916659d55ec6fa1d2fd24.tar tor-165aaf560a7249a388e916659d55ec6fa1d2fd24.tar.gz |
Merge branch 'maint-0.2.2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1534 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug1534 b/changes/bug1534 new file mode 100644 index 000000000..523391f4e --- /dev/null +++ b/changes/bug1534 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - When we're trying to guess whether we know our IP address as + a relay, we would log various ways that we failed to guess + our address, but never log that we ended up guessing it + successfully. Now add a log line to help confused and anxious + relay operators. Bugfix on 0.1.2.1-alpha; fixes bug 1534. |