diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-02-08 11:40:35 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-02-08 11:40:35 -0500 |
commit | 8d80126eee396b503e464f2647b7ca00fd9db6c0 (patch) | |
tree | bb53a3b24cdd8694ec4c1eb652f3ce6e2930aad1 /changes | |
parent | f420eacf1858220f1cb284353f975e03464b15e4 (diff) | |
download | tor-8d80126eee396b503e464f2647b7ca00fd9db6c0.tar.gz tor-8d80126eee396b503e464f2647b7ca00fd9db6c0.zip |
Remove DirCache=1 from list of supported versions.
Closes #40221
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40221_045 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket40221_045 b/changes/ticket40221_045 new file mode 100644 index 0000000000..0f3ab894c2 --- /dev/null +++ b/changes/ticket40221_045 @@ -0,0 +1,6 @@ + o Minor features (protocol versions): + - Stop claiming to support the "DirCache=1" subprotocol version. + Technically, we stopped supporting this subprotocol back in + 0.4.5.1-alpha, but we needed to wait for the authorities to stop + listing it as "required" before we can drop support. Closes ticket + 40221. |