From: Thibault Godouet Date: Sun, 3 Mar 2013 19:56:24 +0000 (+0000) Subject: Updated change log X-Git-Tag: ver3_1_2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c75fecfa1461719bfb3f58d61352a47b3dd4bef;p=thirdparty%2Ffcron.git Updated change log --- diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index 1d8f1f4..4ca9f2b 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -12,6 +12,28 @@ A copy of the license is included in gfdl.sgml. Changes + + From version 3.1.1 to 3.1.2 + + bug fix: fixed fcron crash bug when using fcrondyn + + + bug fix: the configure option --without-sendmail was not working correctly. + + + bug fix: inline runas wouldn't work with Vixie-cron style shortcut lines. + + + bug fix: fixed bug in the code to log to a file. + + + systemd: fixed the installation on systems using systemd, and also don't kill jobs when killing fcron. + + + Made file closures more robust to prevent bugs difficult to troubleshoot to creep in. + + + From version 3.1.0 to 3.1.1