commit e6c3257b065f7fe816843bf37de3c3b958d30ee7 Author: Nick Mathewson nickm@torproject.org Date: Thu Jan 25 15:22:19 2018 -0500
Note that "protocols" will become mandatory.
Closes ticket 24023. --- dir-spec.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dir-spec.txt b/dir-spec.txt index 2f4a766..e30a2fd 100644 --- a/dir-spec.txt +++ b/dir-spec.txt @@ -773,7 +773,7 @@
"proto" SP Entries NL
- [At most one.] + [At most one.] [Will become mandatory.]
Entries = Entries = Entry @@ -797,6 +797,9 @@ Ranges should be represented as compactly as possible. Ints must be no more than 2^32 - 1.
+ This field was first added in Tor 0.2.9.x. Some time after all earlier + Tor relay versions are obsolete, it will become mandatory. + 2.1.2. Extra-info document format
Extra-info documents consist of the following items:
tor-commits@lists.torproject.org