diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-08-02 11:32:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-08-02 11:32:49 -0400 |
commit | fbfaa7bbc417d7adc19dc55154a8648fe6412ec6 (patch) | |
tree | 656f56397abcd37376aa3f3e8507027275a622db /changes | |
parent | 4504640b101fbbc88632f7f5efb923b801391052 (diff) | |
parent | 9ca311f6220cd52a0f8fcb3bc072cd9569bd1c6e (diff) | |
download | tor-fbfaa7bbc417d7adc19dc55154a8648fe6412ec6.tar.gz tor-fbfaa7bbc417d7adc19dc55154a8648fe6412ec6.zip |
Merge commit 'sebastian/bug1776_v2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/relays_as_bridges | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/relays_as_bridges b/changes/relays_as_bridges new file mode 100644 index 0000000000..6e8afb005b --- /dev/null +++ b/changes/relays_as_bridges @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Allow the use of regular relays as bridges. To achieve this, replace + routers with a purpose other than bridge with bridge descriptors when + fetching them. Bugfix on 0.1.1.9-alpha; fixes bug 1776. + |