summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-07-27 21:01:24 -0400
committerRoger Dingledine <arma@torproject.org>2009-07-27 21:58:32 -0400
commit2b63fa40e8349e0e6c40d0660d9df5b0ba73937e (patch)
tree533c7b62fa1081b970c9ab9965f133cb222c4405 /ChangeLog
parentf39cee375472a6e3a4f0decb7e2f91c5768a2165 (diff)
downloadtor-2b63fa40e8349e0e6c40d0660d9df5b0ba73937e.tar.gz
tor-2b63fa40e8349e0e6c40d0660d9df5b0ba73937e.zip
three hacks to workaround bug 1038
The problem is that clients and hidden services are receiving relay_early cells, and they tear down the circuit. Hack #1 is for rendezvous points to rewrite relay_early cells to relay cells. That way there are never any incoming relay_early cells. Hack #2 is for clients and hidden services to never send a relay_early cell on an established rendezvous circuit. That works around rendezvous points that haven't upgraded yet. Hack #3 is for clients and hidden services to not tear down the circuit when they receive an inbound relay_early cell. We already refuse extend cells at clients.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66664c18d1..59404929cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Changes in version 0.2.1.19 - 2009-07-??
+ o Major bugfixes:
+ - Make accessing hidden services on 0.2.1.x work right
+ again. Bugfix on 0.2.1.3-alpha; workaround for bug 1038.
+
+
Changes in version 0.2.1.18 - 2009-07-24
o Build fixes:
- Add LIBS=-lrt to Makefile.am so the Tor RPMs use a static libevent.