summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-08-03 07:57:31 +0000
committerNick Mathewson <nickm@torproject.org>2007-08-03 07:57:31 +0000
commit652d4e024857a8872795fe2d4ce6d7071059728c (patch)
tree52136187f8ce1d36e212b155964b486a5a8809b5 /ChangeLog
parent500899cc53b15a043187a55a2caaf0fdf3b84c6a (diff)
downloadtor-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35d495429b..97354dacc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.