aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-10-23 10:33:07 -0400
committerNick Mathewson <nickm@torproject.org>2020-10-23 10:33:07 -0400
commit2908086694ee3822c8d3116952bec5a415387d75 (patch)
treef91342c8b52ad57e995c4dabe815fd0b0520e84c /changes
parent0d420918e71f94bec3fd4c5010e570b45667d48d (diff)
parente834702f9d33f228815403055666e957b33c1857 (diff)
downloadtor-2908086694ee3822c8d3116952bec5a415387d75.tar.gz
tor-2908086694ee3822c8d3116952bec5a415387d75.zip
Merge branch 'combined_libs'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket401277
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.