From: thib Date: Thu, 12 Aug 2004 09:52:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver2_9_5~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b877191d830b45ca1fd9809dd200332b97b9fa31;p=fcron *** empty log message *** --- diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index 43f3186..bb5f4bb 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -8,7 +8,7 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + Changes @@ -18,6 +18,9 @@ A copy of the license is included in gfdl.sgml. Ported to HP-UX (thanks go to Scott Tinsley) + + Implemented fcrondyn commands run and runnow. + Merged patch from Russell Coker for new SE Linux. @@ -34,11 +37,22 @@ A copy of the license is included in gfdl.sgml. is reported has "completed" (which is more appropriated than "terminated"). + + Internal changes in log.c: code is more segmented, and code + has been added to be able to send log message to fcrondyn. Syslog + messages are now never longer than MAX_MSG (even with string from + strerror()). + Fixed a bug which happened on Daylight Time Save change on some systems. It would make fcron run into a nasty infinite loop. Added a sanity check in set_nextexe() to avoid such things. + + Fixed a crash bug: in 2.9.4, if a user run ls_exeq when + a job is running and has been removed from its fcrontab, + it makes fcron crash. + Fixed a small bug : scripts were supposing perl was in /usr/bin. @@ -46,6 +60,10 @@ A copy of the license is included in gfdl.sgml. Fixed a bug which caused the pid of a child process to be incorrectly read + + fixed memory leak: some strings returned by log.c:make_msg() + weren't always free()d. + diff --git a/doc/en/todo.sgml b/doc/en/todo.sgml index a805757..656fab7 100644 --- a/doc/en/todo.sgml +++ b/doc/en/todo.sgml @@ -8,7 +8,7 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + Todo @@ -75,6 +75,12 @@ A copy of the license is included in gfdl.sgml. people using PAM - not implemented in fcrondyn : is it needed in fcrondyn anyway ?) + + support for per user serial queue (especially for root) + + + use readline (if available) for fcrondyn. +