summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-08-15 21:32:06 -0400
committerNick Mathewson <nickm@torproject.org>2010-08-15 21:32:06 -0400
commit6a77bde8d887bb9dd46c5c75e8bffb2f402feb39 (patch)
tree36c0cb2cc5dc22c2d65799d6adef2e2cbd861b59 /changes
parent9bcea4a8ef33bc3f1b66682a0eea463b891cd7ba (diff)
downloadtor-6a77bde8d887bb9dd46c5c75e8bffb2f402feb39.tar.gz
tor-6a77bde8d887bb9dd46c5c75e8bffb2f402feb39.zip
Make Sebastian's misc-reasons branch compile; frob the changes file
Diffstat (limited to 'changes')
-rw-r--r--changes/misc-reason8
1 files changed, 5 insertions, 3 deletions
diff --git a/changes/misc-reason b/changes/misc-reason
index cd21718533..9d173fd3c1 100644
--- a/changes/misc-reason
+++ b/changes/misc-reason
@@ -1,4 +1,6 @@
o Minor bugfixes:
- - Exit nodes didn't recognize EHOSTUNREACH as a stream ending reason
- and sent back END_STREAM_REASON_NOROUTE. Also update the spec to
- reflect this new reason. Bugfix on 0.1.0.1-rc; fixes bug 1793.
+ - Exit nodes didn't recognize EHOSTUNREACH as a plausible error
+ code, and sent back END_STREAM_REASON_MISC. They now send a a
+ new stream ending reason: END_STREAM_REASON_NOROUTE. Also update
+ the spec to reflect this new reason. Bugfix on 0.1.0.1-rc; fixes
+ bug 1793.