summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-08-18 13:50:47 -0400
committerNick Mathewson <nickm@torproject.org>2010-08-18 13:50:47 -0400
commitd72edc4b78f0104823d156e605259d9d41e6f54c (patch)
treec248aeaec6e9aefedfd51eb855078d6199e2c6bf
parent8c528bc320f234f6e19f64511fcb21ab374dee7c (diff)
downloadtor-d72edc4b78f0104823d156e605259d9d41e6f54c.tar.gz
tor-d72edc4b78f0104823d156e605259d9d41e6f54c.zip
Edit the changelog to reflect the fact that we are backing off on ending NOROUTE for now
-rw-r--r--ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b2925d6107..087f8fd482 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -71,9 +71,11 @@ Changes in version 0.2.2.15-alpha - 2010-08-1?
a randomly generated port is 0. Diagnosed by Matt Edman. Bugfix
on 0.2.0.10-alpha; fixes bug 1808.
- Exit nodes didn't recognize EHOSTUNREACH as a plausible error code,
- and so sent back END_STREAM_REASON_MISC. They now send 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.
+ and so sent back END_STREAM_REASON_MISC. Clients now recognize a new
+ stream ending reason for this case: END_STREAM_REASON_NOROUTE.
+ Servers can start sending this code when enough clients recognize
+ it. Also update the spec to reflect this new reason. Bugfix on
+ 0.1.0.1-rc; fixes bug 1793.
- Instead of giving an assertion failure on an internal mismatch
on estimated freelist size, just log a BUG warning and try later.
Mitigates but does not fix bug 1125.