aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket40133
diff options
context:
space:
mode:
Diffstat (limited to 'changes/ticket40133')
-rw-r--r--changes/ticket401335
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket40133 b/changes/ticket40133
new file mode 100644
index 0000000000..8bbe00b6b2
--- /dev/null
+++ b/changes/ticket40133
@@ -0,0 +1,5 @@
+ o Minor features (protocol simplification):
+ - Tor no longer allows subprotocol versions larger than 63. Previously
+ versions up to UINT32_MAX were allowed, which significantly complicated
+ our code.
+ Implements proposal 318; closes ticket 40133.