]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Mon, 25 Feb 2002 18:47:17 +0000 (18:47 +0000)
committerthib <thib>
Mon, 25 Feb 2002 18:47:17 +0000 (18:47 +0000)
doc/en/changes.sgml
doc/en/todo.sgml

index aba4526ed9073dc86676d1099e3afc59fcdfd61e..eb687ca51c458dc1627eec2e748c5effdb85bb64 100644 (file)
@@ -8,13 +8,16 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: changes.sgml,v 1.6 2002-02-16 10:09:46 thib Exp $ -->
+<!-- $Id: changes.sgml,v 1.7 2002-02-25 18:47:19 thib Exp $ -->
 
 <sect1 id="changes">
     <title>Changes</title>
 
     <itemizedlist>
        <title>From version 2.1.0 to 2.1.1</title>
+       <listitem>
+           <para>Added some new options to fcron : -y, -o, -l ; and some fcrontab options : stdout and volatile. All these permit to make fcron run in foreground, execute all the pending jobs (mainly %-jobs), and returns. May be used, for instance, in a ppp-up script with a dialup connection to update a software regularly.</para>
+       </listitem>
        <listitem>
            <para>All the documentation has been ported to SGML DocBook.</para>
            <para>It results on a much better HTML version, which I recommand you use. It is installed by default in fcron documentation directory (for instance, on my system : <filename>/usr/share/doc/fcron-X.X.X/</filename>).</para>
@@ -25,6 +28,9 @@ A copy of the license is included in gfdl.sgml.
        <listitem>
            <para>Added option random, which allows an entry run periodically to be run at a random time in its intervals of execution, instead of being run as soon as possible.</para>
        </listitem>
+       <listitem>
+           <para>added some more checks in fileconf.c : allow user to use hours, days, hourly, daily, etc options only with %-lines : it is ignored if set for a &-line, which is quite confusing for users who may type, for instance "&amp;hourly" instead of "%hourly".</para>
+       </listitem>
        <listitem>
            <para>bug fixed : you can now use arguments in the var EDITOR and VISUAL.</para>
        </listitem>
index 803daf7f6583a7dba7fb524e6fdefd3debe452e7..d2fc36d676002abc7b37fceb74d2911c27be327e 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: todo.sgml,v 1.5 2002-02-24 16:51:33 thib Exp $ -->
+<!-- $Id: todo.sgml,v 1.6 2002-02-25 18:47:17 thib Exp $ -->
 
 <sect1 id="todo">
     <title>Todo</title>
@@ -16,10 +16,7 @@ A copy of the license is included in gfdl.sgml.
     <para>If you plan to help me, please send a mail at &email; to prevent two people from doing the same thing. You can send me some propositions as well.</para>
     <itemizedlist>
        <listitem>
-           <para>PAM support (ongoing)</para>
-       </listitem>
-       <listitem>
-           <para>add some more checks in fileconf.c : do not allow user to use hours, days, hourly (?), daily (?), etc with &-lines : it currently does nothing (no error, no special action), and it is quite confusing for users. (those options only work with %-lines).</para>
+           <para>PAM support (included in fcron, but need more tests by people using PAM)</para>
        </listitem>
        <listitem>
            <para>allow a non-privileged user to run fcron</para>