summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-24 22:11:00 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-24 22:11:00 +0000
commitdde81de3dd45910eb54ef3e8c12c2963847af85c (patch)
treecd6c39896f0ca524501239c26b47ee07753e06ef /ChangeLog
parente0de72dd8720b750c5a9228e6a0b1cf10b34ebec (diff)
downloadtor-dde81de3dd45910eb54ef3e8c12c2963847af85c.tar.gz
tor-dde81de3dd45910eb54ef3e8c12c2963847af85c.zip
r14419@tombo: nickm | 2008-02-24 16:55:11 -0500
Patch from tup: use sizeof sockaddr_un as the size of a unix sockaddr. Fixes unix controlsocket binding on openbsd. svn:r13697
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66376ce338..f2e5ebb0bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -102,6 +102,8 @@ Changes in version 0.2.0.20-?? - 2008-02-??
the TLS shutdown handshake is hardly unexpected.
- Send NAMESERVER_STATUS messages for a single failed nameserver
correctly.
+ - Make Unix controlsockets work correctly on OpenBSD. Patch from
+ tup. Bugfix on 0.2.0.3-alpha.
o Code simplifications and refactoring:
- Remove the tor_strpartition function: its logic was confused,