summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2021-04-05 17:07:05 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2021-04-05 17:07:05 +0300
commit5ebf2b81a1db144a933b2971d580452d0eafcd31 (patch)
tree1599ded8f42f35177190d9f1eec9bd2f86c8cf2a
parente9c950af8263f57a832ff0434900d32e1dffe35d (diff)
parentc9db3c1bdf1baaaecf21ed2d1857a5cd1bf407f9 (diff)
downloadtor-5ebf2b81a1db144a933b2971d580452d0eafcd31.tar.gz
tor-5ebf2b81a1db144a933b2971d580452d0eafcd31.zip
Merge remote-tracking branch 'tor-gitlab/mr/345'
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b72daac1b2..ac5aa1e34c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.