]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Wed, 7 Nov 2007 09:24:38 +0000 (09:24 +0000)
committerthib <thib>
Wed, 7 Nov 2007 09:24:38 +0000 (09:24 +0000)
doc/en/changes.sgml
doc/en/todo.sgml

index 2deca68a8707b58775ef26d0d02b375e155045f0..ad748f855dd9e144abe8d1fe414165b2f0be2d22 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: changes.sgml,v 1.56 2007-10-14 15:07:45 thib Exp $ -->
+<!-- $Id: changes.sgml,v 1.57 2007-11-07 09:24:41 thib Exp $ -->
 
    <sect1 id="changes">
       <title>Changes</title>
@@ -18,6 +18,9 @@ A copy of the license is included in gfdl.sgml.
         <listitem>
            <para>Initialize the random number generator with some values specific to the machine so as two fcron started exactly at the same time on two different machines run their random jobs at different time. This is useful for clusters for instance.</para>
         </listitem>
+        <listitem>
+           <para>Added option erroronlymail so as the output of a job is emailed only when the job exited with a non-zero status.</para>
+        </listitem>
         <listitem>
            <para>Bug fix: in certain conditions, jobs could be executed outside their interval of execution when using option random on %-lines.</para>
         </listitem>
index f6645d309e123ada50bbc56d12c6373446a69ea4..5c6e770d96bec4042670b3c9f4fb6410aaff71de 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: todo.sgml,v 1.45 2007-10-14 15:07:43 thib Exp $ -->
+<!-- $Id: todo.sgml,v 1.46 2007-11-07 09:24:38 thib Exp $ -->
 
    <sect1 id="todo">
       <title>Todo</title>
@@ -38,9 +38,6 @@ A copy of the license is included in gfdl.sgml.
       <sect2>
         <title>Low priority</title>
         <itemizedlist>
-           <listitem>
-              <para>add an option to email the job output only if its exit code is non zero (error)</para>
-           </listitem>
            <listitem>
               <para>add logging to a file (instead of syslog) with configuration in fcron.conf</para>
            </listitem>