Skip to content

Commit

Permalink
Release version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t8m committed Mar 22, 2022
1 parent 00f1758 commit 30ef653
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 4 deletions.
44 changes: 44 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
2022-03-22 w30023233 <wangyuhang27@huawei.com>

* Add switch -f for foreground mode

2022-03-22 Tomas Mraz <tmraz@fedoraproject.org>

* Fix regression in handling */x crontab entries

2022-01-05 Tomas Mraz <tmraz@fedoraproject.org>

* 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 <nicolas@limare.net>

* Fix RandomScale calculation

2021-10-27 sgerwk <sgerwk@aol.com>

* include the case where runstate is undefined

2021-10-26 sgerwk <sgerwk@aol.com>

* use the configure runstatedir directory for pid file

2021-09-02 Nils Philippsen <nils@tiptoe.de>

* crond: Fix description of '-P' option

2021-07-13 Danilo Spinella <danilo.spinella@suse.com>

* Increase the maximum number of crontab entries

2021-04-29 Jan Staněk <jstanek@redhat.com>

* Address issues found by coverity scan

2021-03-29 Christian Hesse <mail@eworm.de>

* crontab: use bold colors

2021-03-29 Tomas Mraz <tmraz@fedoraproject.org>

* Release new version 1.5.7
Expand Down
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])

Expand Down
4 changes: 2 additions & 2 deletions cronie.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -209,7 +209,7 @@ exit 0
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cron.d/dailyjobs

%changelog
* Wed Mar 17 2021 Packit <packit@packit.dev> - 1.5.7-0packit
* Tue Mar 22 2022 Packit <packit@packit.dev> - 1.6.0-0packit
- Packit build

* Thu Oct 31 2019 Tomáš Mráz <tmraz@redhat.com> - 1.5.5-1
Expand Down
9 changes: 8 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30ef653

Please # to comment.