diff options
author | Roger Dingledine <arma@torproject.org> | 2011-09-28 15:38:02 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-09-28 15:38:02 -0400 |
commit | 36829539d64dab47e07bd619b7b833ef50d26853 (patch) | |
tree | 44a67f35389a314cf429cd16525220b72de04883 /changes | |
parent | 4e88a3bc3e1a195864c3185d16d89e090246fc55 (diff) | |
parent | ff8aba7053728d5b8f51152e10d73a7535e495a3 (diff) | |
download | tor-36829539d64dab47e07bd619b7b833ef50d26853.tar tor-36829539d64dab47e07bd619b7b833ef50d26853.tar.gz |
Merge branch 'maint-0.2.2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4124 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug4124 b/changes/bug4124 new file mode 100644 index 000000000..abe93ccdd --- /dev/null +++ b/changes/bug4124 @@ -0,0 +1,6 @@ + o Security fixes: + - Bridges relays now build circuits for themselves in a more similar + way to how clients build them. Removes another avenue for + enumerating bridges. Fixes bug 4124; bugfix on 0.2.0.3-alpha, + when bridges were introduced. + |