From: Thibault Godouet Date: Tue, 23 Jan 2007 22:52:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver3_0_3-rc1~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6628dd7105203eb0197a7cf41f1fb0dbbc956e3b;p=thirdparty%2Ffcron.git *** empty log message *** --- diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index 65e5747..2363d00 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -8,11 +8,29 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + Changes + + From version 3.0.2 to 3.0.3-rc1 + + 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! + + + New make targets: perms and strip. This aims at simplifying the packaging of fcron. Thanks go to Patrice Dumas for his patch! + + + A file was closed twice by fcrontab: removed the duplicate close(). + + + Replaced include sys/termios.h by termios.h. + + + Fixed a fcrontab bug cause by an return value not handled and resulting in many useless (but pretty much harmless) iteration in a loop. + + From version 3.0.1 to 3.0.2 diff --git a/doc/en/todo.sgml b/doc/en/todo.sgml index 0ac44b3..961a9e1 100644 --- a/doc/en/todo.sgml +++ b/doc/en/todo.sgml @@ -8,7 +8,7 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + Todo @@ -39,6 +39,9 @@ A copy of the license is included in gfdl.sgml. find way to have the non translated pages of the French translation be updated automatically (changes, todo, etc -> copied from the English doc) + + 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 ?) +