From: Thibault Godouet Date: Fri, 27 Dec 2024 11:06:50 +0000 (+0000) Subject: added 3.3.2 changes. X-Git-Tag: ver3_3_3~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60e14c0a8248c5851715be2b94726b2c4ca107fb;p=thirdparty%2Ffcron.git added 3.3.2 changes. --- diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index a9b9570..8c4c81d 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -12,6 +12,22 @@ A copy of the license is included in gfdl.sgml. Changes + + From version 3.3.1 to 3.3.2 + + 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). + + + 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) + + + Fixed fcrondyn output issue where two lines would be joined due to a long shell command. + + + Improve documentation wording (thanks Michael Kopp) + + + From version 3.3.0 to 3.3.1