]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Tue, 23 Jan 2007 22:52:52 +0000 (22:52 +0000)
committerthib <thib>
Tue, 23 Jan 2007 22:52:52 +0000 (22:52 +0000)
doc/en/changes.sgml
doc/en/todo.sgml

index 65e5747730c3057477a86f9cddc8c60ff12933fc..2363d0069418785d4e1b76419900e6fb3896a0a3 100644 (file)
@@ -8,11 +8,29 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: changes.sgml,v 1.49 2007-01-01 18:53:42 thib Exp $ -->
+<!-- $Id: changes.sgml,v 1.50 2007-01-23 22:52:54 thib Exp $ -->
 
    <sect1 id="changes">
       <title>Changes</title>
 
+      <itemizedlist>
+        <title>From version 3.0.2 to 3.0.3-rc1</title>
+        <listitem>
+           <para>New configure scripts, with more standard default values for paths, etc. This aims at simplifying the packaging of fcron. Thanks go to Patrice Dumas for his patch!</para>
+        </listitem>
+        <listitem>
+           <para>New make targets: perms and strip. This aims at simplifying the packaging of fcron. Thanks go to Patrice Dumas for his patch!</para>
+        </listitem>
+        <listitem>
+           <para>A file was closed twice by fcrontab: removed the duplicate close().</para>
+        </listitem>
+        <listitem>
+           <para>Replaced include sys/termios.h by termios.h.</para>
+        </listitem>
+        <listitem>
+           <para>Fixed a fcrontab bug cause by an return value not handled and resulting in many useless (but pretty much harmless) iteration in a loop.</para>
+        </listitem>
+      </itemizedlist>
       <itemizedlist>
         <title>From version 3.0.1 to 3.0.2</title>
         <listitem>
index 0ac44b39d933fb61673cc7e6774d67e997527350..961a9e1e726b0764de7bc1900719cb5d92779ebd 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: todo.sgml,v 1.40 2007-01-01 18:53:40 thib Exp $ -->
+<!-- $Id: todo.sgml,v 1.41 2007-01-23 22:52:52 thib Exp $ -->
 
    <sect1 id="todo">
       <title>Todo</title>
@@ -39,6 +39,9 @@ A copy of the license is included in gfdl.sgml.
            <listitem>
               <para>find way to have the non translated pages of the French translation be updated automatically (changes, todo, etc -> copied from the English doc)</para>
            </listitem>
+           <listitem>
+              <para>add support Vixie cron's @reboot, @yearly, ... (in fileconf.c:read_file(), add a strncmp() at the beginning of the while() to do s/@reboot/@volatile,first(1) big value/, s/@yearly/0 0 1 1 */, ...) (+ add sthg such as a period of 0 so as a @reboot line can never be run again ?)</para>
+           </listitem>
         </itemizedlist>
       </sect2>
       <sect2>