aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-02-11 18:57:38 -0500
committerNick Mathewson <nickm@torproject.org>2014-02-11 18:57:38 -0500
commit0844a262a247d08673040813e2949bc0202d42e4 (patch)
tree6dca07a1344a1234e09b23d3fb6e475f196019c4
parente0c8031516852143fb82d8fee91a0f4c576c7418 (diff)
downloadtor-0844a262a247d08673040813e2949bc0202d42e4.tar
tor-0844a262a247d08673040813e2949bc0202d42e4.tar.gz
update changes file
-rw-r--r--changes/10777_netunreach8
1 files changed, 4 insertions, 4 deletions
diff --git a/changes/10777_netunreach b/changes/10777_netunreach
index 369774f79..899181423 100644
--- a/changes/10777_netunreach
+++ b/changes/10777_netunreach
@@ -1,7 +1,7 @@
- Minor bugfixes:
- - Treat ENETUNRECH at an exit node as a NOROUTE error, not an
- INTERNAL error, since it 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.
+ - 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.