aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-01-05 22:12:15 +0000
committerNick Mathewson <nickm@torproject.org>2007-01-05 22:12:15 +0000
commit135aed567096cf45e64bea34326469c41daec67c (patch)
tree602f6ee430650544b076a2af3f37549740bd0366 /ChangeLog
parent48a9fe4bbd82b30cacffa7211db4dd76ac398c21 (diff)
downloadtor-135aed567096cf45e64bea34326469c41daec67c.tar
tor-135aed567096cf45e64bea34326469c41daec67c.tar.gz
r11850@Kushana: nickm | 2007-01-05 17:12:08 -0500
Look in netinet/in6.h header when looking for struct in6_addr. (Issue found by saeftl.) svn:r9272
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73eb78707..164729d5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -138,6 +138,7 @@ Changes in version 0.1.2.5-alpha - 2007-01-03
- When the user uses bad syntax in the Log config line, stop
suggesting other bad syntax as a replacement.
- Avoid a double-free when parsing malformed DirServer lines.
+ - Correctly detect ipv6 DNS capability on OpenBSD.
o Controller features:
- Have GETINFO dir/status/* work on hosts with DirPort disabled.