diff --git a/ChangeLog b/ChangeLog index f9c031a..85f7f29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,10 @@ -.-.- + bug53 - Race condition in socket() vs syslog (AH) patch23 - check for fork and work around lack (AM) patch22 - static declarations where possible (AM) patch21 - fix up configure.in for newer autoheader (AM) - + 3.0.3: rfe2636157 - Delayed UDP connection (dv) rfe2149137 - makefile ignores LDFLAGS (sbk) diff --git a/Credits b/Credits index 1bbd47b..7f81c4c 100644 --- a/Credits +++ b/Credits @@ -164,3 +164,6 @@ Andrey Mazo Clean up Configure.in for autoheader Static declarations where sensible Check/handle no fork() for no-MMU client systems (eg blackfin) + +Alfred Heisner + Race condition between syslog socket and vtun (bug53)