diff --git a/ChangeLog b/ChangeLog index 48271ae..23a626d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2021-03-29 Tomas Mraz + + * Release new version 1.5.7 + +2021-03-29 Tomas Mraz + + * crond: Skip blanks between user name and command + +2021-03-29 Tomas Mraz + + * 0anacron: Check only Mains type power_supply for status + +2021-03-22 Tomas Mraz + + * 0anacron: Ignore Battery type power supply devices + +2021-03-19 Tomas Mraz + + * crontab: switch off colors if NO_COLOR is set + +2021-03-17 Lars Wendler + + * configure.ac: Don't use AM_CONDITIONAL inside an if statement + or else configure might break: + 2021-03-17 Tomas Mraz * Release new version 1.5.6 diff --git a/NEWS b/NEWS index 7cdf96e..2ef4219 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/configure.ac b/configure.ac index b578431..210be21 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/cronie.spec b/cronie.spec index 41d11d8..87d5344 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.6 +Version: 1.5.7 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.6-0packit +* Wed Mar 17 2021 Packit - 1.5.7-0packit - Packit build * Thu Oct 31 2019 Tomáš Mráz - 1.5.5-1 diff --git a/readme.md b/readme.md index b5c9fda..f628bd1 100644 --- a/readme.md +++ b/readme.md @@ -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