diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-10-23 10:33:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-10-23 10:33:07 -0400 |
commit | 2908086694ee3822c8d3116952bec5a415387d75 (patch) | |
tree | f91342c8b52ad57e995c4dabe815fd0b0520e84c /changes | |
parent | 0d420918e71f94bec3fd4c5010e570b45667d48d (diff) | |
parent | e834702f9d33f228815403055666e957b33c1857 (diff) | |
download | tor-2908086694ee3822c8d3116952bec5a415387d75.tar.gz tor-2908086694ee3822c8d3116952bec5a415387d75.zip |
Merge branch 'combined_libs'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40127 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket40127 b/changes/ticket40127 new file mode 100644 index 0000000000..f546a8ea3b --- /dev/null +++ b/changes/ticket40127 @@ -0,0 +1,7 @@ + o Minor features (compilation): + - When building Tor, first link all object files into a single + static library. This may help with embedding Tor in other + programs. Note that most Tor functions do not constitute a + part of a stable or supported API: Only those functions in + tor_api.h should be used if embedding Tor. Closes ticket + 40127. |