]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Sun, 14 Oct 2007 15:07:43 +0000 (15:07 +0000)
committerthib <thib>
Sun, 14 Oct 2007 15:07:43 +0000 (15:07 +0000)
doc/en/changes.sgml
doc/en/todo.sgml

index ff8c734e8d86945da8644697debbcc3e703ccdf8..2deca68a8707b58775ef26d0d02b375e155045f0 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: changes.sgml,v 1.55 2007-06-24 22:03:19 thib Exp $ -->
+<!-- $Id: changes.sgml,v 1.56 2007-10-14 15:07:45 thib Exp $ -->
 
    <sect1 id="changes">
       <title>Changes</title>
@@ -22,7 +22,13 @@ A copy of the license is included in gfdl.sgml.
            <para>Bug fix: in certain conditions, jobs could be executed outside their interval of execution when using option random on %-lines.</para>
         </listitem>
         <listitem>
-           <para></para>
+           <para>Fixed bug which prevented the pid of the job to be written to the (grand-)parent process. This was not a major issue but would prevent fcrondyn from working well with the concerned jobs. This bug was caused by a close() function applied twice on a file descriptor, which would trigger the bug in some rare occasions (only one affected linux system reported).</para>
+        </listitem>
+        <listitem>
+           <para>Fixed bug which would stop fcron from running any job any more on the affected system and until fcron was restarted if the bug above occured.</para>
+        </listitem>
+        <listitem>
+           <para>Cleaned-up the closures of file descriptors (check for errors, etc).</para>
         </listitem>
       </itemizedlist>
 
index d2faf9ca3324147dd9bb2e510791a6514a60f485..f6645d309e123ada50bbc56d12c6373446a69ea4 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: todo.sgml,v 1.44 2007-04-14 18:04:33 thib Exp $ -->
+<!-- $Id: todo.sgml,v 1.45 2007-10-14 15:07:43 thib Exp $ -->
 
    <sect1 id="todo">
       <title>Todo</title>
@@ -38,6 +38,9 @@ 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>