From: Marcela Mašláňová Date: Mon, 27 Jun 2011 14:02:44 +0000 (+0200) Subject: Minor release 1.4.8 X-Git-Tag: cronie1.4.8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e365f06dff0b10c183c349ef9d5a82ef6c98b75;p=cronie Minor release 1.4.8 --- diff --git a/ChangeLog b/ChangeLog index b3ba33a..dfb77ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2011-06-24 Marcela MaÅ¡láňová + + * src/do_command.c: Cron writes job output to syslog incorrectly. + When cron is invoked in a way to print job output to syslog, it does + print only the first character of the output. Author: Vitezslav + Cizek Signed-off-by: Marcela MaÅ¡láňová + +2011-06-21 Tomas Mraz + + * src/cron.c, src/database.c, src/funcs.h, src/structs.h: Check + orphaned crontabs for adoption. + +2011-06-21 Tomas Mraz + + * src/do_command.c: Unify logging in case of SyslogOutput with the + rest of crond. + +2011-05-26 Marcela MaÅ¡láňová + + * man/cron.8, man/crontab.1: Change of email adress of cluster + support author. + +2011-05-16 Kiyoshi OHGISHI + + * anacron/main.c: The charset of anacron's mail is always + ANSI_X3.4-1968. There are no setlocale is anacron's source. Signed-off-by: Marcela MaÅ¡láňová + +2011-04-28 Marcela MaÅ¡láňová + + * src/cron.c: Cronie disables inotify support when the /etc/crontab + file does not exist at startup. Existence of crontab and directories wasn't controlled before + creating inotify watches. + +2011-03-15 Marcela MaÅ¡láňová + + * configure.ac: Clean configure. + +2011-03-15 Marcela MaÅ¡láňová + + * ChangeLog, configure.ac: New release 1.4.7. + 2011-03-15 Marcela MaÅ¡láňová * configure.ac: Split relro and pie into two options. diff --git a/configure.ac b/configure.ac index f359e42..ae76299 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([cronie],[1.4.7],[mmaslano@redhat.com]) +AC_INIT([cronie],[1.4.8],[mmaslano@redhat.com]) AC_CONFIG_HEADER([config.h]) AC_PREREQ(2.60)