From: thib <thib> Date: Fri, 1 Nov 2002 18:18:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver2_9_4~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf5f6cd5267b48c4dd9914aaa93f6af4bc231487;p=fcron *** empty log message *** --- diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index ea8e1ee..60e5870 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. --> -<!-- $Id: changes.sgml,v 1.21 2002-10-28 18:00:29 thib Exp $ --> +<!-- $Id: changes.sgml,v 1.22 2002-11-01 18:18:46 thib Exp $ --> <sect1 id="changes"> <title>Changes</title> @@ -23,6 +23,11 @@ runas(root) involontary.</para> <listitem> <para>Perf improvement : we now use buffers to write something to disk (became necessary due to the use of O_SYNC).</para> + </listitem> + <listitem> + <para>To avoid loss of data in case of an hardware failure or a system +crash, fcron now saves files to a temporary name, and then renames them to their +definitive filename if everything's ok.</para> </listitem> <listitem> <para>The PID indicated by fcrondyn is now the pid of the job itself @@ -39,6 +44,10 @@ and renice (change the priority of a running job) in fcrondyn.</para> <listitem> <para>Added some timeouts in fcron for fcrondyn clients.</para> </listitem> + <listitem> + <para>Fcron is less restrictive concerning mailto addresses. In particular, +you can now use address like user@host.</para> + </listitem> <listitem> <para>bug fix : in 2.9.2, fcrontab and fcron did not set correctly some file modes.</para> diff --git a/doc/en/todo.sgml b/doc/en/todo.sgml index 2991b28..163e757 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. --> -<!-- $Id: todo.sgml,v 1.17 2002-10-28 17:59:37 thib Exp $ --> +<!-- $Id: todo.sgml,v 1.18 2002-11-01 18:18:07 thib Exp $ --> <sect1 id="todo"> <title>Todo</title> @@ -27,7 +27,7 @@ well.</para> <para>make fcron more robust concerning system crash, hardware failure, etc. In particular, save files under a temporary name, check if everything's all right, and if yes, replace the old file by renaming the temporary file (use rename() -or a direct save if rename() fails (EBUSY) ).</para> +or a direct save if rename() fails (EBUSY) ) --> fcrontab/convert-fcrontab support.</para> </listitem> <listitem> <para>Use directory notifications (?) (portable ?) (cf. dnotify)</para> @@ -61,6 +61,10 @@ to run some jobs on a laptop only if it is on AC power.</para> <listitem> <para>add a system of data flow</para> </listitem> + <listitem> + <para>Add a way to stop a job (SIGSTOP) if the lavg gets to high, and +restart it (SIGCONT) when the lavg has decreased.</para> + </listitem> </itemizedlist> </sect1>