mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Merge branch 'maint-0.3.2'
This commit is contained in:
commit
9773cd0f94
2 changed files with 4 additions and 1 deletions
3
changes/bug25070
Normal file
3
changes/bug25070
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
o Major bugfixes (protocol versions):
|
||||||
|
- Add Link protocol version 5 to the supported protocols list.
|
||||||
|
Fixes bug 25070; bugfix on 0.3.1.1-alpha.
|
|
@ -332,7 +332,7 @@ protover_get_supported_protocols(void)
|
||||||
"HSDir=1-2 "
|
"HSDir=1-2 "
|
||||||
"HSIntro=3-4 "
|
"HSIntro=3-4 "
|
||||||
"HSRend=1-2 "
|
"HSRend=1-2 "
|
||||||
"Link=1-4 "
|
"Link=1-5 "
|
||||||
"LinkAuth=1,3 "
|
"LinkAuth=1,3 "
|
||||||
"Microdesc=1-2 "
|
"Microdesc=1-2 "
|
||||||
"Relay=1-2";
|
"Relay=1-2";
|
||||||
|
|
Loading…
Add table
Reference in a new issue