aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-12-04 05:19:56 +0000
committerNick Mathewson <nickm@torproject.org>2007-12-04 05:19:56 +0000
commit593ab7e808155fb187a6d99d9a607639502ee5b3 (patch)
treed7917a9b345a197a5d818f6adf614d5d1d55a4e6 /ChangeLog
parentce2cf88ebf9fdc96dad1ba552c1c2904937fc1b4 (diff)
downloadtor-593ab7e808155fb187a6d99d9a607639502ee5b3.tar
tor-593ab7e808155fb187a6d99d9a607639502ee5b3.tar.gz
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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47b60a72f..3567d07c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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