diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-04-23 02:57:53 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-15 20:20:28 -0400 |
commit | 4198261291c8edbd5ba1617b7bfe3563e51edbe7 (patch) | |
tree | 62e0cd1b1aad01a4b40b59d1faa69c644f5252d4 /changes/bug2972 | |
parent | d41ac64ad68811d8575db6e456fba470b0c3fde7 (diff) | |
download | tor-4198261291c8edbd5ba1617b7bfe3563e51edbe7.tar.gz tor-4198261291c8edbd5ba1617b7bfe3563e51edbe7.zip |
Clean up the 2972 implementation a little
Diffstat (limited to 'changes/bug2972')
-rw-r--r-- | changes/bug2972 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug2972 b/changes/bug2972 new file mode 100644 index 0000000000..26afcca421 --- /dev/null +++ b/changes/bug2972 @@ -0,0 +1,5 @@ + o Minor features: + - Allow ControlSockets to be group-writable when the + ControlSocksGroupWritable configuration option is turned on. Patch + by Jérémy Bobbio; implements ticket 2972. + |