aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-05-04 15:10:36 -0400
committerNick Mathewson <nickm@torproject.org>2016-05-04 15:10:36 -0400
commitc7b9e0b8ed7076525da185e25c2142b18b4d43e3 (patch)
treed2f1429670f6b7f28b0765deb73d876e5ae18593 /changes
parent34a51d162153f12d34f2445c6efa72dc4f6ddcd8 (diff)
downloadtor-c7b9e0b8ed7076525da185e25c2142b18b4d43e3.tar.gz
tor-c7b9e0b8ed7076525da185e25c2142b18b4d43e3.zip
Report success when not terminating an already terminated process.
Also, document the actual behavior and return values of tor_terminate_process. Fixes bug18686; bugfix on 0.2.3.9-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug186865
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug18686 b/changes/bug18686
new file mode 100644
index 0000000000..23547d211d
--- /dev/null
+++ b/changes/bug18686
@@ -0,0 +1,5 @@
+ o Minor bugfixes (pluggable transports):
+ - Avoid reporting a spurious error when we decide that we don't
+ need to terminate a pluggable transport because it has already
+ exited. Fixes bug 18686; bugfix on 0.2.5.5-alpha.
+