diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-23 01:23:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-23 01:23:53 -0400 |
commit | 2527acb2dc8b71515ac0c882e3af4fc034ab1b48 (patch) | |
tree | 48bdb4a6919a11fdb337969bb46353701895ad54 /changes | |
parent | cb7fff193e2749f241e646b155de3ee33623606e (diff) | |
parent | b80a8bba199b9adfb9c893641ba770566fa548e1 (diff) | |
download | tor-2527acb2dc8b71515ac0c882e3af4fc034ab1b48.tar.gz tor-2527acb2dc8b71515ac0c882e3af4fc034ab1b48.zip |
Merge remote-tracking branch 'origin/maint-0.2.2'
Conflicts:
src/common/Makefile.am
src/or/control.c
Diffstat (limited to 'changes')
-rw-r--r-- | changes/exit-policy-default-is-not-a-prefix | 5 | ||||
-rw-r--r-- | changes/feature3049 | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/changes/exit-policy-default-is-not-a-prefix b/changes/exit-policy-default-is-not-a-prefix new file mode 100644 index 0000000000..6eb1e8df99 --- /dev/null +++ b/changes/exit-policy-default-is-not-a-prefix @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Remove a trailing asterisk from "exit-policy/default" in the + output of the control port command "GETINFO info/names". Bugfix + on 0.1.2.5-alpha. + diff --git a/changes/feature3049 b/changes/feature3049 new file mode 100644 index 0000000000..7960a1f475 --- /dev/null +++ b/changes/feature3049 @@ -0,0 +1,6 @@ + o Major features: + - Add an __OwningControllerProcess configuration option and a + TAKEOWNERSHIP control-port command, so that a Tor controller can + ensure that when it exits, Tor will shut down. Implements + feature 3049. + |