diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-12-05 16:30:52 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-12-05 16:30:52 +0000 |
commit | f948caad7b5bd4760fe986392e0a500721729a2c (patch) | |
tree | 04d5529a1ae5a3dbe4eda172fb61e7bd1e66ed9d /ChangeLog | |
parent | 29045d21b35bdb6440fa0861bd74f165f136c8e7 (diff) | |
download | tor-f948caad7b5bd4760fe986392e0a500721729a2c.tar.gz tor-f948caad7b5bd4760fe986392e0a500721729a2c.zip |
r15161@tombo: nickm | 2007-12-05 11:30:37 -0500
Fix bug reported by Steve Murphy on or-talk: detect the s6_addr32 and s6_addr16 fields via autoconf.
svn:r12679
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ Changes in version 0.2.0.13-alpha - 2007-12-?? - Reject uploaded descriptors and extrainfo documents if they're huge. Otherwise we'll cache them all over the network and it'll clog everything up. Reported by Aljosha Judmayer. + - Check for presence of s6_addr16 and s6_addr32 fields in in6_addr + via autoconf. Should fix compile on solaris. o Minor features: - On USR1, when dmalloc is in use, log the top 10 memory |