]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for owningcontrollerfd api
authorNick Mathewson <nickm@torproject.org>
Wed, 1 Aug 2018 15:09:15 +0000 (11:09 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 1 Aug 2018 15:09:15 +0000 (11:09 -0400)
changes/ticket24204 [new file with mode: 0644]

diff --git a/changes/ticket24204 b/changes/ticket24204
new file mode 100644 (file)
index 0000000..8359520
--- /dev/null
@@ -0,0 +1,5 @@
+  o Minor features (embedding API):
+    - The Tor controller API now supports a function to launch Tor with a
+      preconstructed owning controller FD, so that embedding applications
+      don't need to manage controller ports and authentication.  Closes
+      ticket 24204.