]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
update changes file
authorNick Mathewson <nickm@torproject.org>
Tue, 11 Feb 2014 23:57:38 +0000 (18:57 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 11 Feb 2014 23:57:38 +0000 (18:57 -0500)
changes/10777_netunreach

index 369774f7973801b907cbf65e47a720a6e5c53e0b..899181423fa5ae9364a7be15c86b7561f73500a1 100644 (file)
@@ -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.