# HG changeset patch # User viric@llimona # Date 1148944593 -7200 # Node ID a456a2e5fca47317adf76df3012b634f8e1b1fc7 # Parent 667cd5966695a61da797309d444734949affb575 Updated TODO for the last release. diff -r 667cd5966695 -r a456a2e5fca4 TODO.txt --- a/TODO.txt Tue May 30 01:10:00 2006 +0200 +++ b/TODO.txt Tue May 30 01:16:33 2006 +0200 @@ -5,17 +5,18 @@ * establir els permisos del unix socket. Com fer-ho sense race-condition? * Implementar la sortida UDP. - Done. + - Done. * Implementar el HUP al kernel - rellegir la configuració. - Done. + - Done. * Implementar catxé de log-file amb SIGUSR1 associat. (De veritat?!) - I won't do that for this release. + - I won't do that. * Implementar una mort neta dels childs (SIGTERM) i el kernel. - Done in kernel and in_unix. The others die quite fine. - + - Done in kernel and in_unix. The others die quite fine. * The childs should control SIGINT. Otherwise, they become killed on Control-C under an xterm. - Done in syslog_in_unix. I think it's not needed in other syslog_in_* + - Done in syslog_in_unix. I think it's not needed in other syslog_in_* +* Add the PID file check. +* Add the sendfile() on accept(). Known problems ----------------