aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-10-23 10:32:08 -0400
committerNick Mathewson <nickm@torproject.org>2020-10-23 10:32:08 -0400
commite834702f9d33f228815403055666e957b33c1857 (patch)
tree539325af30808e07e68e7e54acae3dc028a6b708
parent6bf964a3e517abf645c3db4cb0bfd4aa402d0631 (diff)
downloadtor-e834702f9d33f228815403055666e957b33c1857.tar.gz
tor-e834702f9d33f228815403055666e957b33c1857.zip
Changes file for ticket 40127
-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.