]> granicus.if.org Git - cronie/commitdiff
Release new version 1.5.2 cronie-1.5.2
authorTomas Mraz <tmraz@fedoraproject.org>
Thu, 3 May 2018 16:58:09 +0000 (18:58 +0200)
committerTomas Mraz <tmraz@fedoraproject.org>
Thu, 3 May 2018 16:58:09 +0000 (18:58 +0200)
AUTHORS
ChangeLog
NEWS
configure.ac
man/Makefile.am

diff --git a/AUTHORS b/AUTHORS
index 1cbd2b5cf747a1cf4fb7d42b667bbd6a6c84b0f9..b74605ed92a6fdc86b65e6caf4229ad7233a0011 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,8 @@
 Original vixie-cron was written by Paul Vixie.
 
+Significant contributors:
+Marcela Mašláňová <mmaslano@redhat.com>
+Colin Dean <colin@colin-dean.org>
+Tomáš Mráz <tmraz@fedoraproject.org>
+Marco Migliori <sgerwk@aol.com>
+Sami Kerola <kerolasa@iki.fi>
index 7cfbbf1cfc7216600a86f677aab4c6f70d5bd65f..94e2916607c3302eb9c397188f5c77cc164a2d41 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,171 @@
+2018-05-03  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * crontab: do not try to replace the crontab with a directory
+
+2018-01-24  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Support the MAILFROM also in anacron.
+
+2017-11-28  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Document that in range the first number must be less than second.
+
+2017-10-28  sgerwk <sgerwk@aol.com>
+
+       * round time on the minute
+
+2017-10-28  sgerwk <sgerwk@aol.com>
+
+       * print all jobs executed in interval
+
+2017-10-28  sgerwk <sgerwk@aol.com>
+
+       * new options -l and -q
+
+2017-10-28  sgerwk <sgerwk@aol.com>
+
+       * output in yaml format
+
+2017-10-28  sgerwk <sgerwk@aol.com>
+
+       * print the job(s) that is going to be executed next
+
+2017-10-28  sgerwk <sgerwk@aol.com>
+
+       * allow checking a time interval
+
+2017-10-28  sgerwk <sgerwk@aol.com>
+
+       * print format for flags
+
+2017-11-02  Marco Migliori <sgerwk@aol.com>
+
+       * cronnext can read additional crontabs from files
+
+2017-09-14  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Use proper variable types.
+
+2017-09-14  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Add myself as author.
+
+2017-09-14  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Log startup even when started in non-forking mode.
+
+2017-07-14  Mark Montague <mark@catseye.org>
+
+       * Fix SELinux denial when running under Docker
+
+2017-07-01  Sami Kerola <kerolasa@iki.fi>
+
+       * build-sys: use silent build rule
+
+2017-06-11  Sami Kerola <kerolasa@iki.fi>
+
+       * cronnext: improve manual page
+
+2017-06-11  Sami Kerola <kerolasa@iki.fi>
+
+       * all: add version printing option -V
+
+2017-06-11  Sami Kerola <kerolasa@iki.fi>
+
+       * cronnext: use same style in usage() with other commands
+
+2017-06-10  Sami Kerola <kerolasa@iki.fi>
+
+       * various files: fix indentation
+
+2017-06-10  Sami Kerola <kerolasa@iki.fi>
+
+       * crond: never define unused cron_start_pam()
+
+2017-05-01  SjonHortensius <SjonHortensius@users.noreply.github.com>
+
+       * Add Arch Linux to list of distributions
+
+2017-04-28  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Fix misleading indentation.
+
+2017-04-28  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Make cronnext build and work with additional features enabled.
+
+2017-04-18  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Add MIME-Version header also to mails generated by anacron.
+
+2017-04-18  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Add MIME-Version header to generated mails.
+
+2017-03-29  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * The output might not be mailed, make the message more precise.
+
+2017-03-29  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Allow empty environment values in crontab.
+
+2017-03-29  Tomáš Mráz <t8m@users.noreply.github.com>
+
+       * Point releases to the GitHub cronie releases page
+
+2017-03-29  Kristýna Streitová <kstreitova@suse.com>
+
+       * crontab.5: Add a mention about disabling logging
+
+2017-03-29  Kristýna Streitová <kstreitova@suse.com>
+
+       * Avoid creating pid files when crond doesn't fork
+
+2017-01-20  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * readme.md: remove CRs
+
+2017-01-20  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Add readme.md for github
+
+2016-09-08  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Make it clear that one of the reasons for getpwnam() failure is unknown user.
+
+2016-09-05  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * On some machines the power supply is named ADP0.
+
+2016-08-23  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Query power supply status directly from kernel.
+
+2016-06-27  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * cronnext: Fix warnings
+
+2016-06-27  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * cronnext: Print usage and error on stderr.
+
+2016-06-27  Marco Migliori <sgerwk@aol.com>
+
+       * Added useful utility cronnext to find out time of the next job run.
+
+2016-06-23  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * anacron: Check return value of fchdir.
+
+2016-06-23  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Release new version 1.5.1
+
+2016-06-23  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Remove unneeded obsolete SELinux include.
+
 2016-06-23  Tomas Mraz <tmraz@fedoraproject.org>
 
        * Remove unneeded obsolete SELinux includes.
diff --git a/NEWS b/NEWS
index 59ef9a1e0cf3e75841cb966c6d5351662a8f7dea..680a7a68172c4f3bfa40316c8e0ec1f1c5d23336 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
 cronie NEWS -- history of user-visible changes.
 
+Release 1.5.2
+
+* cronnext: New useful utility to find out time of the next job run.
+* crond: Avoid creating PID files when crond doesn't fork.
+* crontab: Do not try to replace the crontab with a directory.
+* crond: Log startup even when started in non-forking mode.
+* Multiple small cleanups and fixes.
+
 Release 1.5.1
 
 * crontab: Use temporary file name that is ignored by crond.
index 87eba2e599bd6657b9c796c7272d87ff5c388636..1c66fa9df8da6046ca99b2928f0d60f1be39428a 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([cronie],[1.5.1],[mmaslano@redhat.com,tmraz@fedoraproject.org])
+AC_INIT([cronie],[1.5.2],[mmaslano@redhat.com,tmraz@fedoraproject.org])
 AC_CONFIG_HEADER([config.h])
 AC_PREREQ(2.60)
 
index 2edfd97237e6dcd9ee658e422da70eac8c96b760..965b8fd1e0e9ae7261f2faaf5e2b1feaa3c5ca85 100644 (file)
@@ -1,4 +1,4 @@
-dist_man_MANS = crontab.1 crontab.5 cron.8 crond.8 
+dist_man_MANS = crontab.1 crontab.5 cron.8 crond.8 cronnext.1
 EXTRA_DIST = anacrontab.5 anacron.8
 
 if ANACRON