]> git.ipfire.org Git - ipfire-2.x.git/commit
fcron: Update to version 3.4.0
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 13 Aug 2025 20:53:00 +0000 (22:53 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Aug 2025 09:56:56 +0000 (09:56 +0000)
commit55f491b11d743837de3089869cc807fcbf393270
tree2d393e47c5308018f4c58c95ebee64abd031b6a8
parent51fdbf124fdebe6fd14f6475d0a6bd3034db92b4
fcron: Update to version 3.4.0

- 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>
config/rootfiles/common/fcron
lfs/fcron