]> granicus.if.org Git - cronie/blob - NEWS
680a7a68172c4f3bfa40316c8e0ec1f1c5d23336
[cronie] / NEWS
1 cronie NEWS -- history of user-visible changes.
2
3 Release 1.5.2
4
5 * cronnext: New useful utility to find out time of the next job run.
6 * crond: Avoid creating PID files when crond doesn't fork.
7 * crontab: Do not try to replace the crontab with a directory.
8 * crond: Log startup even when started in non-forking mode.
9 * Multiple small cleanups and fixes.
10
11 Release 1.5.1
12
13 * crontab: Use temporary file name that is ignored by crond.
14 * crond: Inherit PATH from the crond environment if -P option is used.
15 * crond: Remove hardcoded "system_u" SELinux user, use the SELinux user
16   of the running crond.
17 * anacron: Small cleanups and fixes.
18 * crond: Fix longstanding race condition on repeated crontab modification.
19
20 Release 1.5.0
21
22 * First release with NEWS. :)
23 * crond: Job environment variables are set also when executing sendmail.
24 * crond: Adding duplicate orphans on reload is now prevented.
25 * crond: The regular crond shutdown is now logged.
26 * crontab: PAM is not called in crontab command if the caller's uid is 0.
27 * crond: PAM is not called from crond for system cron jobs
28   (/etc/crontab, /etc/cron.d) which are run for uid 0.
29 * crond: The existence of an user is checked at time when job is run
30   and not when the crontab is parsed on database reload.