Commit d342f15dcd7262b420dba3be5ac96dadbab48952

Release v0.3
  
1dmon (0.3) stable; urgency=low
2
3 * New options -L/-l to pause-and-resume the process depending on
4 system load.
5 * New options -u/-U/-g/-G to set user and group credentials for
6 main command and logging command.
7 * Fix: A 1-second wait is introduced before executing child processes
8 to avoid fork+exec DoS.
9 * Fix: Now SIGSTOP is forwarded to child processes when using -S/-s.
10 * Handier help output with -h/-?
11
12 -- Adrian Perez <aperez@igalia.com> Thu, 26 Aug 2010 22:59:54 +0200
13
114dmon (0.2) stable; urgency=low
215
316 * Now dmon tries to prevent DoS caused by quick fork-exec combos.