diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-16 10:27:27 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-16 10:27:27 -0500 |
commit | df6c475e59d24a1e81db846e8fd2343050b6b583 (patch) | |
tree | d5fd68e960330725734fd56d7d02a7becbbd3c39 /changes | |
parent | 92139b0077c8496006350f94aefbb72e29aa928f (diff) | |
parent | 954eeda619a59dae76144ad69967f0ed7341b564 (diff) | |
download | tor-df6c475e59d24a1e81db846e8fd2343050b6b583.tar.gz tor-df6c475e59d24a1e81db846e8fd2343050b6b583.zip |
Merge remote-tracking branch 'public/ticket19142'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/19142 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/19142 b/changes/19142 new file mode 100644 index 0000000000..685bbbcc26 --- /dev/null +++ b/changes/19142 @@ -0,0 +1,3 @@ + o Removed features: + - We no longer attempt to build on systems where 'environ' is not + declared in the C headers. Closes ticket 19142. |