summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-08-03 16:46:28 +0200
committerNick Mathewson <nickm@torproject.org>2010-08-18 11:12:32 -0400
commit78e4aa63fbc8b65ebf94234300b0d21e573ebe6e (patch)
tree902f24a04c001ad697a9f81ca2dc866931cd47ca /changes
parentfc66a2ad1bf1e653cae47eb54fc6324d29d5916e (diff)
downloadtor-78e4aa63fbc8b65ebf94234300b0d21e573ebe6e.tar.gz
tor-78e4aa63fbc8b65ebf94234300b0d21e573ebe6e.zip
Backport END_STREAM_REASON_NOROUTE for client use.
(Partial backport of 150ed553dfce9, 161b275028e90, and 4c948ffd6.)
Diffstat (limited to 'changes')
-rw-r--r--changes/misc-reason3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/misc-reason b/changes/misc-reason
new file mode 100644
index 0000000000..80db2d257d
--- /dev/null
+++ b/changes/misc-reason
@@ -0,0 +1,3 @@
+ o Minor features:
+ - Have clients begin understanding the new END_STREAM_REASON_NOROUTE
+ error code.