diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-03-24 09:52:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-03-24 09:52:05 -0400 |
commit | c9db3c1bdf1baaaecf21ed2d1857a5cd1bf407f9 (patch) | |
tree | ac93ff79dcaf37a4dcaeef4a54a08440494f9e98 /ChangeLog | |
parent | f1c673fa545dc4fc9003b3fe2170d7fd42870a18 (diff) | |
download | tor-c9db3c1bdf1baaaecf21ed2d1857a5cd1bf407f9.tar.gz tor-c9db3c1bdf1baaaecf21ed2d1857a5cd1bf407f9.zip |
Retroactively add a missing changelog entry for v2 hs removal
Closes #40348.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -171,6 +171,16 @@ Changes in version 0.4.6.1-alpha - 2021-03-18 (Nothing outside of unit tests used them.) Closes ticket 33383. Patch by Neel Chauhan. + o Removed features: + - As of this release, Tor no longer supports the old v2 onion + services. They were deprecated last July for security, and support + will be removed entirely later this year. We strongly encourage + everybody to migrate to v3 onion services. For more information, + see https://blog.torproject.org/v2-deprecation-timeline . Closes + ticket 40266. (NOTE: We accidentally released an earlier version + of the 0.4.6.1-alpha changelog without this entry. Sorry for + the confusion!) + o Code simplification and refactoring (metrics, DoS): - Move the DoS subsystem into the subsys manager, including its configuration options. Closes ticket 40261. |