From 30ef65384bc76f4f47acba2dc52b30ae0cb29f99 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Tue, 22 Mar 2022 14:54:01 +0100 Subject: [PATCH] Release version 1.6.0 --- ChangeLog | 44 ++++++++++++++++++++++++++++++++++++++++++++ NEWS | 7 +++++++ configure.ac | 2 +- cronie.spec | 4 ++-- readme.md | 9 ++++++++- 5 files changed, 62 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 23a626d..a212609 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,47 @@ +2022-03-22 w30023233 + + * Add switch -f for foreground mode + +2022-03-22 Tomas Mraz + + * Fix regression in handling */x crontab entries + +2022-01-05 Tomas Mraz + + * get_number: Add missing NUL termination for the scanned string + +2021-11-08 Ondřej Pohořelský <35430604+opohorel@users.noreply.github.com> + + * Add random within range '~' operator + +2021-11-03 Nicolas Limare + + * Fix RandomScale calculation + +2021-10-27 sgerwk + + * include the case where runstate is undefined + +2021-10-26 sgerwk + + * use the configure runstatedir directory for pid file + +2021-09-02 Nils Philippsen + + * crond: Fix description of '-P' option + +2021-07-13 Danilo Spinella + + * Increase the maximum number of crontab entries + +2021-04-29 Jan Staněk + + * Address issues found by coverity scan + +2021-03-29 Christian Hesse + + * crontab: use bold colors + 2021-03-29 Tomas Mraz * Release new version 1.5.7 diff --git a/NEWS b/NEWS index 2ef4219..f075d27 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ cronie NEWS -- history of user-visible changes. +Release 1.6.0 + +* crond: Add switch -f as an alias for -n +* crond: Add random within range '~' operator +* crond: Use the configure runstatedir directory for pid file +* crond: Increase the maximum number of crontab entries to 10000 + Release 1.5.7 * anacron: Fix problem of anacron not being started on some desktops diff --git a/configure.ac b/configure.ac index 1f9f182..6836e1a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([cronie],[1.5.7]) +AC_INIT([cronie],[1.6.0]) AC_CONFIG_HEADERS([config.h]) AC_PREREQ([2.64]) diff --git a/cronie.spec b/cronie.spec index 87d5344..e8781cc 100644 --- a/cronie.spec +++ b/cronie.spec @@ -5,7 +5,7 @@ Summary: Cron daemon for executing programs at set times Name: cronie -Version: 1.5.7 +Version: 1.6.0 Release: 0packit%{?dist} License: MIT and BSD and ISC and GPLv2+ URL: https://github.com/cronie-crond/cronie @@ -209,7 +209,7 @@ exit 0 %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cron.d/dailyjobs %changelog -* Wed Mar 17 2021 Packit - 1.5.7-0packit +* Tue Mar 22 2022 Packit - 1.6.0-0packit - Packit build * Thu Oct 31 2019 Tomáš Mráz - 1.5.5-1 diff --git a/readme.md b/readme.md index f628bd1..bbb5d03 100644 --- a/readme.md +++ b/readme.md @@ -7,10 +7,17 @@ SELinux. And why cronie? [http://www.urbandictionary.com/define.php?term=cronie] # Download -Latest released version is 1.5.7. +Latest released version is 1.6.0. User visible changes: +Release 1.6.0 + +- crond: Add switch -f as an alias for -n +- crond: Add random within range '~' operator +- crond: Use the configure runstatedir directory for pid file +- crond: Increase the maximum number of crontab entries to 10000 + Release 1.5.7 - anacron: Fix problem of anacron not being started on some desktops