diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-12-04 05:19:56 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-12-04 05:19:56 +0000 |
commit | 593ab7e808155fb187a6d99d9a607639502ee5b3 (patch) | |
tree | d7917a9b345a197a5d818f6adf614d5d1d55a4e6 /ChangeLog | |
parent | ce2cf88ebf9fdc96dad1ba552c1c2904937fc1b4 (diff) | |
download | tor-593ab7e808155fb187a6d99d9a607639502ee5b3.tar.gz tor-593ab7e808155fb187a6d99d9a607639502ee5b3.zip |
r15106@tombo: nickm | 2007-12-04 00:08:35 -0500
Change tor_addr_t to be a tagged union of in_addr and in6_addr, not of sockaddr_in and sockaddr_in6. It's hardly used in the main code as it is, but let's get it right before it gets popular.
svn:r12660
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,6 +38,9 @@ Changes in version 0.2.0.13-alpha - 2007-12-?? - Authorities and caches fetch the v2 networkstatus documents less often, now that v3 is encouraged. + o Code simplifications: + - + Changes in version 0.2.0.12-alpha - 2007-11-16 This twelfth development snapshot fixes some more build problems as |