]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
added 3.3.2 changes.
authorThibault Godouet <yo8192@users.noreply.github.com>
Fri, 27 Dec 2024 11:06:50 +0000 (11:06 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Fri, 27 Dec 2024 11:06:50 +0000 (11:06 +0000)
doc/en/changes.sgml

index a9b9570c8ae152ae3c902c39f31542579e3dba73..8c4c81d780bb96fec07dce81da64f2937007674c 100644 (file)
@@ -12,6 +12,22 @@ A copy of the license is included in gfdl.sgml.
    <sect1 id="changes">
       <title>Changes</title>
 
+      <itemizedlist>
+            <title>From version 3.3.1 to 3.3.2</title>
+            <listitem>
+               <para>Add compilation option (configure's '--with-max-fcrontab-reload-delay-seconds') to allow faster or even instant reload for non-root users (thanks Elliot Wolk).</para>
+            </listitem>
+            <listitem>
+               <para>Added fcron.conf option 'maildisplayname', to configure the displayname fcron uses when sending email. This allows fcron to be configured ot be RFC5322-compliant (thanks Marco Emilio "sphakka" Poleggi)</para>
+            </listitem>
+            <listitem>
+               <para>Fixed fcrondyn output issue where two lines would be joined due to a long shell command.</para>
+            </listitem>
+            <listitem>
+               <para>Improve documentation wording (thanks Michael Kopp)</para>
+            </listitem>
+      </itemizedlist>
+
       <itemizedlist>
             <title>From version 3.3.0 to 3.3.1</title>
             <listitem>