summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-12-20 10:06:08 -0500
committerNick Mathewson <nickm@torproject.org>2020-01-14 12:42:13 -0500
commit8ab9f93993dd53ae0fdadae88da48a660ad3f4e3 (patch)
treefbc351964686b6531d112e3b423eea7d0e52baa4 /changes
parentac7d6f3c05c47e1ca2e4d65d9b849ee2907b0f55 (diff)
downloadtor-8ab9f93993dd53ae0fdadae88da48a660ad3f4e3.tar.gz
tor-8ab9f93993dd53ae0fdadae88da48a660ad3f4e3.zip
changes file for 32825
Diffstat (limited to 'changes')
-rw-r--r--changes/bug328254
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug32825 b/changes/bug32825
new file mode 100644
index 0000000000..c51f2f8574
--- /dev/null
+++ b/changes/bug32825
@@ -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.