]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a changes file for ticket 32172.
authorNick Mathewson <nickm@torproject.org>
Tue, 10 Dec 2019 15:54:45 +0000 (10:54 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 10 Dec 2019 20:56:06 +0000 (15:56 -0500)
changes/ticket32172 [new file with mode: 0644]

diff --git a/changes/ticket32172 b/changes/ticket32172
new file mode 100644 (file)
index 0000000..a661617
--- /dev/null
@@ -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.