diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-11 18:58:58 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-11 18:58:58 -0500 |
commit | 0ee449ca92dc7f25517a63b63f4d521fdd48410b (patch) | |
tree | 620c7c78bfaefec8dd3fb411cd4881bfa66895ae /changes | |
parent | c3720c05fa44b3790ab0dc37e2506ee482796e21 (diff) | |
parent | 91d4bb0b000e1bdaf8569339a9b843c50e13e47e (diff) | |
download | tor-0ee449ca92dc7f25517a63b63f4d521fdd48410b.tar tor-0ee449ca92dc7f25517a63b63f4d521fdd48410b.tar.gz |
Merge remote-tracking branch 'origin/maint-0.2.4'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/10777_netunreach | 7 | ||||
-rw-r--r-- | changes/bug10777_internal_024 | 4 |
2 files changed, 11 insertions, 0 deletions
diff --git a/changes/10777_netunreach b/changes/10777_netunreach new file mode 100644 index 000000000..899181423 --- /dev/null +++ b/changes/10777_netunreach @@ -0,0 +1,7 @@ + - Minor bugfixes: + + - Treat ENETUNREACH, EACCES, and EPERM at an exit node as a + NOROUTE error, not an INTERNAL error, since they can apparently + happen when trying to connect to the wrong sort of + netblocks. Fixes a part of bug 10777; bugfix on 0.1.0.1-rc. + diff --git a/changes/bug10777_internal_024 b/changes/bug10777_internal_024 new file mode 100644 index 000000000..4544147f6 --- /dev/null +++ b/changes/bug10777_internal_024 @@ -0,0 +1,4 @@ + o Major bugfixes: + - Do not treat END_STREAM_REASON_INTERNAL as indicating a definite + circuit failure, since it could also indicate an ENETUNREACH + error. Fixes part of bug 10777; bugfix on 0.2.4.8-alpha. |