From e834702f9d33f228815403055666e957b33c1857 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 23 Oct 2020 10:32:08 -0400 Subject: Changes file for ticket 40127 --- changes/ticket40127 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changes/ticket40127 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. -- cgit v1.2.3-54-g00ecf