tor

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

commit a8b573a322542f882cd2d51fad12847d458c3480
parent 22f024693204352247025f27d498db3e76f52964
Author: Alexander Færøy <ahf@torproject.org>
Date:   Wed, 13 Sep 2023 18:39:55 +0200

Add changes file for tpo/core/tor#40487 (and its MR's).

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

diff --git a/changes/ticket40487 b/changes/ticket40487 @@ -0,0 +1,3 @@ + o Minor features (portability, android): + - Use /data/local/tmp for data storage on Android by default. Closes ticket + 40487. Patch from Hans-Christoph Steiner.