From: Nick Mathewson Date: Tue, 10 Dec 2019 15:54:45 +0000 (-0500) Subject: Add a changes file for ticket 32172. X-Git-Tag: tor-0.4.3.1-alpha~69^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fefa08df752c87a16b4a203576670c0501736c98;p=thirdparty%2Ftor.git Add a changes file for ticket 32172. --- diff --git a/changes/ticket32172 b/changes/ticket32172 new file mode 100644 index 0000000000..a661617999 --- /dev/null +++ b/changes/ticket32172 @@ -0,0 +1,4 @@ + o Minor features (tests, Android): + - When running the unit tests on Android, create temporary files + in a subdirectory of /data/local/tmp. Closes ticket + 32172. Based on a patch from Hans-Christoph Steiner.