diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-12-03 22:06:50 -0800 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-12-03 22:06:50 -0800 |
commit | f5730d469805eab1dbcc1cafa4a6433913f1d0a8 (patch) | |
tree | f95091d8bcc3e52448021d171afe1757c9d20049 /changes | |
parent | 682a85ff7c691f691f9f7745e34e396f15e5d601 (diff) | |
download | tor-f5730d469805eab1dbcc1cafa4a6433913f1d0a8.tar.gz tor-f5730d469805eab1dbcc1cafa4a6433913f1d0a8.zip |
Don't send two ESTABLISH_RENDEZVOUS cells when opening a new rend circ
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4641 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug4641 b/changes/bug4641 new file mode 100644 index 0000000000..699cb9bc36 --- /dev/null +++ b/changes/bug4641 @@ -0,0 +1,7 @@ + o Minor bugfixes: + + - Don't send two ESTABLISH_RENDEZVOUS cells when opening a new + circuit for use as a hidden service client's rendezvous point. + Fixes bugs 4641 and 4171; bugfix on 0.2.3.3-alpha. Diagnosed + with help from wanoskarnet. + |