]> granicus.if.org Git - cronie/blob - NEWS
do not log carriage return
[cronie] / NEWS
1 cronie NEWS -- history of user-visible changes.
2
3 Release 1.5.4
4 * crond: Fix regression from previous release. Only first job from a crontab
5   was being run.
6
7 Release 1.5.3
8 * Fix CVE-2019-9704 and CVE-2019-9705 to avoid local DoS of the crond.
9 * crontab: Make crontab without arguments fail.
10 * crond: In PAM configuration include system-auth instead of password-auth.
11 * crond: In the systemd service file restart crond if it fails.
12 * crond: Use the role from the crond context for system job contexts.
13 * Multiple small cleanups and fixes.
14
15 Release 1.5.2
16
17 * cronnext: New useful utility to find out time of the next job run.
18 * crond: Avoid creating PID files when crond doesn't fork.
19 * crontab: Do not try to replace the crontab with a directory.
20 * crond: Log startup even when started in non-forking mode.
21 * Multiple small cleanups and fixes.
22
23 Release 1.5.1
24
25 * crontab: Use temporary file name that is ignored by crond.
26 * crond: Inherit PATH from the crond environment if -P option is used.
27 * crond: Remove hardcoded "system_u" SELinux user, use the SELinux user
28   of the running crond.
29 * anacron: Small cleanups and fixes.
30 * crond: Fix longstanding race condition on repeated crontab modification.
31
32 Release 1.5.0
33
34 * First release with NEWS. :)
35 * crond: Job environment variables are set also when executing sendmail.
36 * crond: Adding duplicate orphans on reload is now prevented.
37 * crond: The regular crond shutdown is now logged.
38 * crontab: PAM is not called in crontab command if the caller's uid is 0.
39 * crond: PAM is not called from crond for system cron jobs
40   (/etc/crontab, /etc/cron.d) which are run for uid 0.
41 * crond: The existence of an user is checked at time when job is run
42   and not when the crontab is parsed on database reload.