Remove DirCache=1 from list of supported versions.

Closes #40221
This commit is contained in:
Nick Mathewson
2021-02-08 11:40:35 -05:00
parent f420eacf18
commit 8d80126eee
4 changed files with 9 additions and 6 deletions
+6
View File
@@ -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.