bug53 - attribute fix properly to AHeisner

This commit is contained in:
mtbishop 2013-07-07 20:24:07 +00:00
parent 88f8de8214
commit f74248b540
2 changed files with 5 additions and 1 deletions

View File

@ -1,9 +1,10 @@
-.-.- -.-.-
bug53 - Race condition in socket() vs syslog (AH)
patch23 - check for fork and work around lack (AM) patch23 - check for fork and work around lack (AM)
patch22 - static declarations where possible (AM) patch22 - static declarations where possible (AM)
patch21 - fix up configure.in for newer autoheader (AM) patch21 - fix up configure.in for newer autoheader (AM)
3.0.3: 3.0.3:
rfe2636157 - Delayed UDP connection (dv) rfe2636157 - Delayed UDP connection (dv)
rfe2149137 - makefile ignores LDFLAGS (sbk) rfe2149137 - makefile ignores LDFLAGS (sbk)

View File

@ -164,3 +164,6 @@ Andrey Mazo <ahippo@sf>
Clean up Configure.in for autoheader Clean up Configure.in for autoheader
Static declarations where sensible Static declarations where sensible
Check/handle no fork() for no-MMU client systems (eg blackfin) Check/handle no fork() for no-MMU client systems (eg blackfin)
Alfred Heisner <aheisner@sf>
Race condition between syslog socket and vtun (bug53)