- Update from version 3.2.1 to 3.4.0
- Update of the rootfile
- Changelog
3.4.0
Changed the default "From" header of emails sent by fcron, to be
RFC5322-compliant. This is done (and can be reverted if needed) via the new
fcron.conf option maildisplayname.
Changed the default fcron reload delay from 60s to 5s.
Better doc and logging on bootrun jobs.
3.3.3
Fixed infinite loop when an lavg job reaches its 'until' deadline and gets
rescheduled as the next job to run.
Improved signal safety.
Improved log messages for: indentation, resume after suspend, child task
completion.
Fixed compilation warnings: SELinux, signal handling.
Updated copyright years.
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)
3.3.1
Updated SELinux code to stop using deprecated headers (fixes build on more
recent systems)
Install programs with R/W perms for the owner
Fixed @reboot when using systemd
Various other fixes and improvements in doc, install and boot scripts (in
particular under systemd)
3.3.0
fcron now handles computer suspend/resume. On Linux systems, fcron can detect
resumes and measure the suspend time. On other OSes, a script must be run at
suspend and resume via system hooks.
Added a new option 'runatresume' (as well as a Vixie-cron-style '@resume'
shortcut), to run a job when the system resumes from suspend/hibernation.
Refactored the socket (for fcrondyn), suspend and select code.
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>