diff options
author | Roger Dingledine <arma@torproject.org> | 2012-10-23 17:26:07 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-10-23 17:26:07 -0400 |
commit | 4c06a804d946de238e2d6a0b1a7dd655b0d82ccc (patch) | |
tree | c1226efd3cf7a20dada89aa76f57b8f5fee4d4d5 /changes | |
parent | 0712d606c6c3111f939d07f48c9c361dd116f553 (diff) | |
parent | 2ecee3fce2179c6fe9f9c748522e417b887ee021 (diff) | |
download | tor-4c06a804d946de238e2d6a0b1a7dd655b0d82ccc.tar.gz tor-4c06a804d946de238e2d6a0b1a7dd655b0d82ccc.zip |
Merge branch 'maint-0.2.3'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7190 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug7190 b/changes/bug7190 new file mode 100644 index 0000000000..1607f79442 --- /dev/null +++ b/changes/bug7190 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - Clients now consider the ClientRejectInternalAddresses config option + when using a microdescriptor consensus stanza to decide whether + an exit relay would allow exiting to an internal address. Fixes + bug 7190; bugfix on 0.2.3.1-alpha. + |