From b877191d830b45ca1fd9809dd200332b97b9fa31 Mon Sep 17 00:00:00 2001 From: thib Date: Thu, 12 Aug 2004 09:52:15 +0000 Subject: [PATCH] *** empty log message *** --- doc/en/changes.sgml | 20 +++++++++++++++++++- doc/en/todo.sgml | 8 +++++++- 2 files changed, 26 insertions(+), 2 deletions(-) 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. + -- 2.50.1