aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-10-10 04:24:02 +0000
committerNick Mathewson <nickm@torproject.org>2007-10-10 04:24:02 +0000
commit1f4eafdb9175cf0d472656552875d8eba93d5fef (patch)
treeb55e32a277cf7819fd3f19ee4dc0e8d22beb7f07 /ChangeLog
parent069898a4b8afd41ded0e482a5d0474cc2f6ca121 (diff)
downloadtor-1f4eafdb9175cf0d472656552875d8eba93d5fef.tar.gz
tor-1f4eafdb9175cf0d472656552875d8eba93d5fef.zip
r15619@catbus: nickm | 2007-10-10 00:23:45 -0400
Fix bug 483: downgrade a harmless "Hey your accept() implementation sucks" warning to an info. svn:r11828
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5132eeaff..22fada7389 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -51,6 +51,10 @@ Changes in version 0.2.0.8-alpha - 2007-??-??
advantage of 64-bit platforms and to remove some possibly-costly
voodoo.
+ o Minor bugfixes (portability):
+ - On some platforms, accept() can return a broken address. Detect
+ this more quietly, and deal accordingly. (Fixes bug 483.)
+
o Code simplifications and refactoring:
- Make a bunch of functions static. Remove some dead code.
- Pull out about a third of the really big routerlist.c; put it in a