update changes file

This commit is contained in:
Nick Mathewson 2014-02-11 18:57:38 -05:00
parent e0c8031516
commit 0844a262a2
1 changed files with 4 additions and 4 deletions

View 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.