]> granicus.if.org Git - fcron/commitdiff
Updated change log
authorThibault Godouet <fcron@free.fr>
Sun, 3 Mar 2013 19:56:24 +0000 (19:56 +0000)
committerThibault Godouet <fcron@free.fr>
Sun, 3 Mar 2013 19:56:24 +0000 (19:56 +0000)
doc/en/changes.sgml

index 1d8f1f43f66475137ba1f2bca6122017d90f8754..4ca9f2bebfb830a99718fb2da0a79381e59a75a4 100644 (file)
@@ -12,6 +12,28 @@ A copy of the license is included in gfdl.sgml.
    <sect1 id="changes">
       <title>Changes</title>
 
+      <itemizedlist>
+        <title>From version 3.1.1 to 3.1.2</title>
+           <listitem>
+              <para>bug fix: fixed fcron crash bug when using fcrondyn</para>
+           </listitem>
+           <listitem>
+              <para>bug fix: the configure option --without-sendmail was not working correctly.</para>
+           </listitem>
+           <listitem>
+              <para>bug fix: inline runas wouldn't work with Vixie-cron style shortcut lines.</para>
+           </listitem>
+           <listitem>
+              <para>bug fix: fixed bug in the code to log to a file.</para>
+           </listitem>
+           <listitem>
+              <para>systemd: fixed the installation on systems using systemd, and also don't kill jobs when killing fcron.</para>
+           </listitem>
+           <listitem>
+              <para>Made file closures more robust to prevent bugs difficult to troubleshoot to creep in.</para>
+           </listitem>
+      </itemizedlist>
+
       <itemizedlist>
         <title>From version 3.1.0 to 3.1.1</title>
            <listitem>