diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-06-05 20:54:49 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-06-05 20:54:49 +0000 |
commit | 210beff55a17643d54c0d7142d9662a97d8fd51d (patch) | |
tree | 7457ff86164ff36dc8df3e0a14c6abf4998d76f8 /ChangeLog | |
parent | f0345d46f6372a56c586a05d1a714473eaeccc27 (diff) | |
download | tor-210beff55a17643d54c0d7142d9662a97d8fd51d.tar tor-210beff55a17643d54c0d7142d9662a97d8fd51d.tar.gz |
r13266@catbus: nickm | 2007-06-05 16:38:08 -0400
Patch from peter palfrader: control interface via unix domain socket
svn:r10504
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changes in version 0.2.0.3-alpha - 2007-??-?? - tor-gencert creates all files as readable to the file creator only, and write-protects the authority identity key. + o Minor feature (controller): + - You can now use the ControlSocket option to tell Tor to listen for + controller connections on Unix domain sockets on systems that support + them. (Patch from Peter Palfrader.) + o Minor bugfixes (dns): - Fix a crash when DNSPort is set more than once. (Patch from Robert Hogan.) |