summaryrefslogtreecommitdiff
path: root/changes/feature15435
diff options
context:
space:
mode:
Diffstat (limited to 'changes/feature15435')
-rw-r--r--changes/feature154355
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature15435 b/changes/feature15435
new file mode 100644
index 0000000000..afe36032c3
--- /dev/null
+++ b/changes/feature15435
@@ -0,0 +1,5 @@
+ o Minor features (pluggable Transports):
+ - When launching managed pluggable transports, setup a valid open stdin
+ in the child process that can be used to detect if tor has terminated.
+ The "TOR_PT_EXIT_ON_STDIN_CLOSE" enviornment variable can be used by
+ implementations to detect this new behavior. Resolves ticket 15435.