summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-07-16 15:38:08 -0400
committerNick Mathewson <nickm@torproject.org>2015-07-16 15:38:08 -0400
commit2ba6542517fcff4ec4e7051870085cfdb6bc26aa (patch)
treeee426b30c8df23e3400516e191702a596107239f /changes
parent90701c1de45ad96b9e4d08938613e754c34f0c3d (diff)
parent61dcd926aa8cc5080177eb48bcf9dc14a67e527a (diff)
downloadtor-2ba6542517fcff4ec4e7051870085cfdb6bc26aa.tar.gz
tor-2ba6542517fcff4ec4e7051870085cfdb6bc26aa.zip
Merge remote-tracking branch 'sysrqb/bug15220_026_sysrqb'
Diffstat (limited to 'changes')
-rw-r--r--changes/feature152205
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature15220 b/changes/feature15220
new file mode 100644
index 0000000000..6cab36dffd
--- /dev/null
+++ b/changes/feature15220
@@ -0,0 +1,5 @@
+ o Minor features (client, unix sockets):
+ - Add GroupWritable and WorldWritable options to unix-socket based
+ SocksPort and ControlPort options. These options apply to a single
+ socket, and override {Control,Socks}SocketsGroupWritable. Closes
+ ticket 15220.