aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2011-04-14 20:04:39 -0700
committerSebastian Hahn <sebastian@torproject.org>2011-04-15 05:35:30 +0200
commit5114e3e44235ea39447eea37213c65413cdb1a2c (patch)
tree6988b9253e11316bf848997c19447600df2323b7 /changes
parent4cbbb92e7fc7c9c4d374b35211c216a5419e3da2 (diff)
downloadtor-5114e3e44235ea39447eea37213c65413cdb1a2c.tar
tor-5114e3e44235ea39447eea37213c65413cdb1a2c.tar.gz
Make SIGNAL DUMP work on FreeBSD
While doing so, get rid of the now unnecessary function control_signal_act(). Fixes bug 2917, reported by Robert Ransom. Bugfix on commit 9b4aa8d2abbce71398e58188209a1b1d04885b96. This patch is loosely based on a patch by Robert (Changelog entry).
Diffstat (limited to 'changes')
-rw-r--r--changes/bug29174
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug2917 b/changes/bug2917
new file mode 100644
index 000000000..6b1e64334
--- /dev/null
+++ b/changes/bug2917
@@ -0,0 +1,4 @@
+ o Minor bugfixes
+ - Make the SIGNAL DUMP control-port command work on FreeBSD. Fixes
+ bug 2917. Bugfix on 0.1.1.1-alpha.
+