]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Fri, 1 Nov 2002 18:18:07 +0000 (18:18 +0000)
committerthib <thib>
Fri, 1 Nov 2002 18:18:07 +0000 (18:18 +0000)
doc/en/changes.sgml
doc/en/todo.sgml

index ea8e1eedabbaf23928d680829c6d1052e4a4e750..60e58707e4412de5cdfda2063887757183f3aa49 100644 (file)
@@ -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>
index 2991b285b26ec84c8ea7e70046883fd972427d4d..163e757a8e84add3ee6c97f5cfd425f0c80098d1 100644 (file)
@@ -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>