A copy of the license is included in gfdl.sgml.
-->
-<!-- $Id: changes.sgml,v 1.50 2007-01-23 22:52:54 thib Exp $ -->
+<!-- $Id: changes.sgml,v 1.51 2007-04-14 17:04:13 thib Exp $ -->
<sect1 id="changes">
<title>Changes</title>
<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>Set environment variable LOGNAME when running a job (as Vixie Cron does: thanks Martin McGreal for pointing that out).</para>
+ </listitem>
+ <listitem>
+ <para>Portability work for AIX 5.2 and Solaris 8 and 10 (thanks Martin McGreal).</para>
+ </listitem>
+ <listitem>
+ <para>Chmod()ed fcron's fifo file to 777. It was 666 previously, but the exec bit is needed for AIX and apparently ignored on other platforms, so we now set it to.</para>
+ </listitem>
<listitem>
<para>A file was closed twice by fcrontab: removed the duplicate close().</para>
</listitem>
A copy of the license is included in gfdl.sgml.
-->
-<!-- $Id: todo.sgml,v 1.41 2007-01-23 22:52:52 thib Exp $ -->
+<!-- $Id: todo.sgml,v 1.42 2007-04-14 17:04:11 thib Exp $ -->
<sect1 id="todo">
<title>Todo</title>
<sect2>
<title>High priority</title>
<itemizedlist>
- <listitem>
- <para>Construction "if ! ..." and "if test ... ! ..." in configure.in not portable ??</para>
- </listitem>
<listitem>
<para>test + update the doc on how SHELL is defined (priority: 1) value from fcrontab file 2) value from fcron.conf if non-zero long string 3) value from /etc/passwd -- default value for SHELL in fcron.conf is now "")</para>
</listitem>