]> granicus.if.org Git - cronie/commitdiff
Release new version 1.5.1 cronie-1.5.1
authorTomas Mraz <tmraz@fedoraproject.org>
Thu, 23 Jun 2016 17:24:12 +0000 (19:24 +0200)
committerTomas Mraz <tmraz@fedoraproject.org>
Thu, 23 Jun 2016 17:24:12 +0000 (19:24 +0200)
ChangeLog
NEWS
configure.ac

index aa4e783dc823bd03ca61b36ad2c43cd9750c6138..7cfbbf1cfc7216600a86f677aab4c6f70d5bd65f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,79 @@
+2016-06-23  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Remove unneeded obsolete SELinux includes.
+
+2016-06-23  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Rename timeval time to tv so time function can be used.
+
+2016-06-23  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Fix longstanding race condition on crontab modification.
+         If crontab is modified twice at the same second the crond reads it
+         which means the timestamp will not change, the latest content will
+         never be read.
+
+2016-06-10  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Fix misleading comment in pam configuration file.
+
+2016-05-13  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * anacron: use mkstemp() instead of tempnam()
+         Although the use of tempnam() seemed to be safeguarded
+         better to not use it at all.
+
+2016-05-13  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * anacron: Drop potentially unsafe umask setting.
+
+2016-05-13  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * anacron: Do not try to mail to empty address.
+
+2016-04-25  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Clarify the crontab(1) documentation.
+
+2016-04-23  Gary Tierney <gary.tierney@gmx.com>
+
+       * Remove hardcoded "system_u" SELinux user
+         This gets rid of the hardcoded reference to the ref-policy system_u user
+         and instead relies on the user that cronie is currently running as.
+
+2016-04-25  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Clarify return value.
+
+2016-03-15  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Correct instructions for disabling Anacron.
+
+2015-11-07  Ville Skyttä <ville.skytta@iki.fi>
+
+       * Man page syntax fixes
+
+2015-11-05  Robert Byrnes <Robert.Byrnes@deshaw.com>
+
+       * Inherit PATH from the crond environment if -P option is used.
+
+2015-07-13  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * In crontab command use a temporary filename that is ignored by crond.
+
+2015-05-28  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Add *.patch and *.orig to .gitignore
+
+2015-05-28  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Add compile to .gitignore.
+
+2015-05-28  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Release new version 1.5.0
+         properly create dist tarball even with anacron and PAM disabled
+
 2015-05-28  Tomas Mraz <tmraz@fedoraproject.org>
 
        * Pass the job environment also when executing the sendmail.
diff --git a/NEWS b/NEWS
index bb7f361d2e4f995dc7d037ef7ece8b7b06fe4070..59ef9a1e0cf3e75841cb966c6d5351662a8f7dea 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
 cronie NEWS -- history of user-visible changes.
 
+Release 1.5.1
+
+* crontab: Use temporary file name that is ignored by crond.
+* crond: Inherit PATH from the crond environment if -P option is used.
+* crond: Remove hardcoded "system_u" SELinux user, use the SELinux user
+  of the running crond.
+* anacron: Small cleanups and fixes.
+* crond: Fix longstanding race condition on repeated crontab modification.
+
 Release 1.5.0
 
 * First release with NEWS. :)
index d802f4da873434afe4ebbdde095d9ade71cbb710..7b309438b7f6ab6268a16fc4300bf511f903d9f9 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([cronie],[1.5.0],[mmaslano@redhat.com,tmraz@fedoraproject.org])
+AC_INIT([cronie],[1.5.1],[mmaslano@redhat.com,tmraz@fedoraproject.org])
 AC_CONFIG_HEADER([config.h])
 AC_PREREQ(2.60)