tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 5d2dc2d403f342ac495897ed57c29a30b2813634
parent 419aa78b3acbc5c407b02509e82e473d8bda5d35
Author: Neel Chauhan <neel@neelc.org>
Date:   Wed, 18 Aug 2021 18:43:03 -0700

Add changes file for ticket #40431

Diffstat:
Achanges/bug40431 | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/changes/bug40431 b/changes/bug40431 @@ -0,0 +1,4 @@ + o Removed features: + - Remove the RendPostPeriod option. This was primarily used in Version 2 + Onion Services and after its deprecation isn't needed anymore. Closes + ticket 40431. Patch by Neel Chauhan.