summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-08-03 16:46:28 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-08-03 16:46:28 +0200
commit150ed553dfce93c6dd32ee59b8df0422e04cd699 (patch)
treef9842d0d42ab7c72bab0326f0cd9730710c23d72 /changes
parentb8aa14a39b2f96edad8ca0b5a9ea5be218837ce0 (diff)
downloadtor-150ed553dfce93c6dd32ee59b8df0422e04cd699.tar.gz
tor-150ed553dfce93c6dd32ee59b8df0422e04cd699.zip
Introduce END_STREAM_REASON_NOROUTE
Diffstat (limited to 'changes')
-rw-r--r--changes/misc-reason3
1 files changed, 2 insertions, 1 deletions
diff --git a/changes/misc-reason b/changes/misc-reason
index 2559fe6341..cd21718533 100644
--- a/changes/misc-reason
+++ b/changes/misc-reason
@@ -1,3 +1,4 @@
o Minor bugfixes:
- Exit nodes didn't recognize EHOSTUNREACH as a stream ending reason
- and sent back misc. Bugfix on 0.1.0.1-rc; fixes bug 1793.
+ 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.