]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for 32825
authorNick Mathewson <nickm@torproject.org>
Fri, 20 Dec 2019 15:06:08 +0000 (10:06 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 14 Jan 2020 17:42:13 +0000 (12:42 -0500)
changes/bug32825 [new file with mode: 0644]

diff --git a/changes/bug32825 b/changes/bug32825
new file mode 100644 (file)
index 0000000..c51f2f8
--- /dev/null
@@ -0,0 +1,4 @@
+  o Minor features (portability, android):
+    - When building for Android, disable some tests that depend on
+      $HOME and/or pwdb, which Android doesn't have. Closes ticket 32825.
+      Patch from Hans-Christoph Steiner.