summaryrefslogtreecommitdiff
path: root/changes/ticket40133
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-11-09 16:45:50 -0500
committerNick Mathewson <nickm@torproject.org>2020-11-09 16:45:50 -0500
commit9419649618375c12df034a83e0cbdb0d0fc8d8f9 (patch)
treebed19635c7e6fbb379c35733b49866faf92b0cc7 /changes/ticket40133
parent62ca07b1fd8d9e3dacf6d82610e6318f4705a820 (diff)
downloadtor-9419649618375c12df034a83e0cbdb0d0fc8d8f9.tar.gz
tor-9419649618375c12df034a83e0cbdb0d0fc8d8f9.zip
Start ChangeLog for 0.4.4.6
Diffstat (limited to 'changes/ticket40133')
-rw-r--r--changes/ticket401335
1 files changed, 0 insertions, 5 deletions
diff --git a/changes/ticket40133 b/changes/ticket40133
deleted file mode 100644
index 8bbe00b6b2..0000000000
--- a/changes/ticket40133
+++ /dev/null
@@ -1,5 +0,0 @@
- 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.