diff options
author | Roger Dingledine <arma@torproject.org> | 2007-09-19 00:39:57 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-09-19 00:39:57 +0000 |
commit | 3a07d21092be77f6a58fc005647acaef71694e20 (patch) | |
tree | b9baf14db22560553d9cbcd7d5d1f394dc979daf | |
parent | a1e923c50d327241da6211f338e6db6919fc9e90 (diff) | |
download | tor-3a07d21092be77f6a58fc005647acaef71694e20.tar tor-3a07d21092be77f6a58fc005647acaef71694e20.tar.gz |
add a changelog entry for r11500
svn:r11501
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -34,10 +34,13 @@ Changes in version 0.2.0.7-alpha - 2007-??-?? o Major bugfixes: - Fix possible segfaults in functions called from rend_process_relay_cell(). - - Start using the v2 intro format for hidden service connections. Now - clients specify their chosen rendezvous point by identity digest - rather than by (potentially ambiguous) nickname. This change could - speed up hidden service connections dramatically. + - Hidden services were choosing introduction points uniquely by + hexdigest, but when constructing the hidden service descriptor + they merely wrote the (potentially ambiguous) nickname. + - Clients now use the v2 intro format for hidden service + connections: they specify their chosen rendezvous point by identity + digest rather than by (potentially ambiguous) nickname. These + changes could speed up hidden service connections dramatically. o Minor bugfixes: - When generating information telling us how to extend to a given |