Skip to content

Commit

Permalink
Release new version 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
t8m committed Mar 29, 2021
1 parent 83de9c6 commit 68fa84b
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 4 deletions.
25 changes: 25 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
2021-03-29 Tomas Mraz <tmraz@fedoraproject.org>

* Release new version 1.5.7

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

* crond: Skip blanks between user name and command

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

* 0anacron: Check only Mains type power_supply for status

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

* 0anacron: Ignore Battery type power supply devices

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

* crontab: switch off colors if NO_COLOR is set

2021-03-17 Lars Wendler <polynomial-c@gentoo.org>

* configure.ac: Don't use AM_CONDITIONAL inside an if statement
or else configure might break:

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

* Release new version 1.5.6
Expand Down
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
cronie NEWS -- history of user-visible changes.

Release 1.5.7

* anacron: Fix problem of anacron not being started on some desktops
* crontab: switch off colors if NO_COLOR is set

Release 1.5.6

* crontab: crontab without arguments now works if stdin is not a TTY
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.6])
AC_INIT([cronie],[1.5.7])
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.6
Version: 1.5.7
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.6-0packit
* Wed Mar 17 2021 Packit <packit@packit.dev> - 1.5.7-0packit
- Packit build

* Thu Oct 31 2019 Tomáš Mráz <tmraz@redhat.com> - 1.5.5-1
Expand Down
7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ SELinux.
And why cronie? [http://www.urbandictionary.com/define.php?term=cronie]

# Download
Latest released version is 1.5.6.
Latest released version is 1.5.7.

User visible changes:

Release 1.5.7

- anacron: Fix problem of anacron not being started on some desktops
- crontab: switch off colors if NO_COLOR is set

Release 1.5.6

- crontab: crontab without arguments now works if stdin is not a TTY
Expand Down

0 comments on commit 68fa84b

Please # to comment.