diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-07-19 18:46:09 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-07-19 18:46:09 +0000 |
commit | bbbf50428102156359974e33bbcb70537132ace9 (patch) | |
tree | b044617b7528202e88808a67b3acfaae503d638e /ChangeLog | |
parent | 70aef18db1b0b712416a92389d30ad2548f0d499 (diff) | |
download | tor-bbbf50428102156359974e33bbcb70537132ace9.tar.gz tor-bbbf50428102156359974e33bbcb70537132ace9.zip |
r13827@catbus: nickm | 2007-07-19 14:42:25 -0400
Merge in some generic address manipulation code from croup. Needs some work.
svn:r10880
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -30,6 +30,10 @@ Changes in version 0.2.0.3-alpha - 2007-??-?? expiry information. addr-mappings/* is now deprecated. (Patch from Tup.) + o Minor features (IPv6): + - Merge in some (as-yet-unused) IPv6 address manipulation code. (Patch + from croup.) + o Performance improvements (win32): - Use Critical Sections rather than Mutexes for synchronizing threads on win32; Mutexes are heavier-weight, and designed for synchronizing |