浏览代码

Merge branch 'maint-0.3.2'

Nick Mathewson 6 年之前
父节点
当前提交
9773cd0f94
共有 2 个文件被更改,包括 4 次插入1 次删除
  1. 3 0
      changes/bug25070
  2. 1 1
      src/or/protover.c

+ 3 - 0
changes/bug25070

@@ -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.

+ 1 - 1
src/or/protover.c

@@ -332,7 +332,7 @@ protover_get_supported_protocols(void)
     "HSDir=1-2 "
     "HSIntro=3-4 "
     "HSRend=1-2 "
-    "Link=1-4 "
+    "Link=1-5 "
     "LinkAuth=1,3 "
     "Microdesc=1-2 "
     "Relay=1-2";