diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-08-03 07:57:31 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-08-03 07:57:31 +0000 |
commit | 652d4e024857a8872795fe2d4ce6d7071059728c (patch) | |
tree | 52136187f8ce1d36e212b155964b486a5a8809b5 /ChangeLog | |
parent | 500899cc53b15a043187a55a2caaf0fdf3b84c6a (diff) | |
download | tor-652d4e024857a8872795fe2d4ce6d7071059728c.tar.gz tor-652d4e024857a8872795fe2d4ce6d7071059728c.zip |
r13926@Kushana: nickm | 2007-08-03 00:55:23 -0700
Fix compilation with HAVE_GETADDRINFO unset
svn:r11042
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ Changes in version 0.2.0.5-alpha - 2007-??-?? o Major bugfixes (compilation): - Try to fix win32 compilation again: Improve checking for ipv6 types. + - Fix compile on platforms without getaddrinfo: bug found by Li-Hui + Zhou. o Minor featuers (security): - Warn about unsafe ControlPort configurations. |