]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Thu, 12 Aug 2004 09:52:15 +0000 (09:52 +0000)
committerthib <thib>
Thu, 12 Aug 2004 09:52:15 +0000 (09:52 +0000)
doc/en/changes.sgml
doc/en/todo.sgml

index 43f31860c0fcb60c8db478416310df0175365301..bb5f4bbfb6c1d82870e3e2f1b1b86fd47e5f8027 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: changes.sgml,v 1.31 2004-07-11 18:12:15 thib Exp $ -->
+<!-- $Id: changes.sgml,v 1.32 2004-08-12 09:52:26 thib Exp $ -->
 
    <sect1 id="changes">
       <title>Changes</title>
@@ -18,6 +18,9 @@ A copy of the license is included in gfdl.sgml.
         <listitem>
            <para>Ported to HP-UX (thanks go to Scott Tinsley)</para>
         </listitem>
+        <listitem>
+           <para>Implemented fcrondyn commands run and runnow.</para>
+        </listitem>
         <listitem>
            <para>Merged patch from Russell Coker for new SE Linux.</para>
         </listitem>
@@ -34,11 +37,22 @@ A copy of the license is included in gfdl.sgml.
            is reported has "completed" (which is more appropriated than "terminated").
            </para>
         </listitem>
+        <listitem>
+           <para>Internal changes in log.c: code is more segmented, and code
+           has been added to be able to send log message to fcrondyn. Syslog
+           messages are now never longer than MAX_MSG (even with string from
+           strerror()).</para>
+        </listitem>
         <listitem>
            <para>Fixed a bug which happened on Daylight Time Save change
               on some systems. It would make fcron run into a nasty infinite loop.
               Added a sanity check in set_nextexe() to avoid such things.</para>
         </listitem>
+        <listitem>
+           <para>Fixed a crash bug: in 2.9.4, if a user run ls_exeq when
+              a job is running and has been removed from its fcrontab,
+              it makes fcron crash.</para>
+        </listitem>
         <listitem>
            <para>Fixed a small bug : scripts were supposing perl was in /usr/bin.</para>
         </listitem>
@@ -46,6 +60,10 @@ A copy of the license is included in gfdl.sgml.
            <para>Fixed a bug which caused the pid of a child process
               to be incorrectly read</para>
         </listitem>
+        <listitem>
+           <para>fixed memory leak: some strings returned by log.c:make_msg()
+              weren't always free()d.</para>
+        </listitem>
       </itemizedlist>
 
       <itemizedlist>
index a80575789db11d0edff0c6c138afd3d4bf649171..656fab796dc7254dd668be0e725aee33ed5cc6f8 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: todo.sgml,v 1.27 2004-07-11 18:12:11 thib Exp $ -->
+<!-- $Id: todo.sgml,v 1.28 2004-08-12 09:52:15 thib Exp $ -->
 
    <sect1 id="todo">
       <title>Todo</title>
@@ -75,6 +75,12 @@ A copy of the license is included in gfdl.sgml.
                  people using PAM - not implemented in fcrondyn : is it needed
                  in fcrondyn anyway ?)</para>
            </listitem>
+           <listitem>
+              <para>support for per user serial queue (especially for root)</para>
+           </listitem>
+           <listitem>
+              <para>use readline (if available) for fcrondyn.</para>
+           </listitem>
         </itemizedlist>
       </sect2>
       <sect2>