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>
<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>
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>
<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>