aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-10-25 11:52:02 -0400
committerNick Mathewson <nickm@torproject.org>2013-10-25 11:52:45 -0400
commit4b8282e50cce1c63afbf7f501de1312a6f283387 (patch)
tree04432688c43660e73dd531dafc43b80a5f4e47f9 /changes
parent338bcad9e4b287664e6be94cbeb332e41e03a3c0 (diff)
downloadtor-4b8282e50cce1c63afbf7f501de1312a6f283387.tar
tor-4b8282e50cce1c63afbf7f501de1312a6f283387.tar.gz
Log the origin address of controller connections
Resolves 9698; patch from "sigpipe".
Diffstat (limited to 'changes')
-rw-r--r--changes/bug96983
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug9698 b/changes/bug9698
new file mode 100644
index 000000000..ee5c4f64a
--- /dev/null
+++ b/changes/bug9698
@@ -0,0 +1,3 @@
+ o Minor features:
+ - When receiving a new controller connection, log the origin address.
+ Resolves ticket 9698; patch from "sigpipe".