]> granicus.if.org Git - cronie/commitdiff
Release 1.2 cronie1.2
authorMarcela Mašláňová <mmaslano@redhat.com>
Thu, 26 Jun 2008 12:53:27 +0000 (14:53 +0200)
committerMarcela Mašláňová <mmaslano@redhat.com>
Thu, 26 Jun 2008 12:53:27 +0000 (14:53 +0200)
ChangeLog
configure.ac

index fb2266be255c02fc4014f4f92633af0b96edaf78..4b7a4002a557c2ab6eff615b6bbf307f17a9dd1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,81 @@
+2008-06-26  Marcela Mašláňová <mmaslano@redhat.com>
+
+       * man/cron.8, man/crontab.1: Updated manuals - diffent typos and
+       inotify support mentioned.
+
+2008-06-26  SATOH Fumiyasu <fumiyas@osstech.co.jp>
+
+       * configure.ac, src/misc.c: Portability: File locking by fcntl,
+       lockf or flock  Signed-off-by: Marcela Mašláňová
+       <mmaslano@redhat.com>
+
+2008-06-26  SATOH Fumiyasu <fumiyas@osstech.co.jp>
+
+       * src/macros.h, src/misc.c: Bugfix: PATH_MAX is defined in limits.h
+       Signed-off-by: Marcela Mašláňová <mmaslano@redhat.com>
+
+2008-06-26  SATOH Fumiyasu <fumiyas@osstech.co.jp>
+
+       * configure.ac, src/popen.c: Portability: Check if sys/cdefs.h is
+       there on the platform  Signed-off-by: Marcela Mašláňová
+       <mmaslano@redhat.com>
+
+2008-06-23  SATOH Fumiyasu <fumiyas@osstech.co.jp>
+
+       * configure.ac, src/funcs.h, src/macros.h, src/misc.c: Portability:
+       Check for struct tm.tm_gmtoff by AC_CHECK_MEMBERS  Signed-off-by:
+       Marcela Mašláňová <mmaslano@redhat.com>
+
+2008-06-26  SATOH Fumiyasu <fumiyas@osstech.co.jp>
+
+       * src/funcs.h: Bugfix: Correct log_it() prototype  Signed-off-by:
+       Marcela Mašláňová <mmaslano@redhat.com>
+
+2008-06-26  Marcela Mašláňová <mmaslano@redhat.com>
+
+       * src/database.c: Add missing endif.
+
+2008-06-23  Tomas Mraz <t8m@centrum.cz>
+
+       * src/cron.c, src/database.c: Fix the inotify support.
+
+2008-06-23  Tomas Mraz <t8m@centrum.cz>
+
+       * src/crontab.c, src/database.c, src/do_command.c, src/entry.c,
+       src/env.c, src/job.c, src/misc.c, src/popen.c, src/pw_dup.c,
+       src/user.c: Remove rcsid tags.
+
+2008-06-23  Tomas Mraz <t8m@centrum.cz>
+
+       * src/cron.h, src/security.c: Move macros and static declarations
+       where they are needed.
+
+2008-06-23  Tomas Mraz <t8m@centrum.cz>
+
+       * configure.ac: Add check for _GNU_SOURCE.
+
+2008-06-23  Tomas Mraz <t8m@centrum.cz>
+
+       * src/cron.c: Fix wrong declaration of orig_tz.
+
+2008-06-23  Tomas Mraz <t8m@centrum.cz>
+
+       * src/cron.c, src/crontab.c, src/database.c, src/do_command.c,
+       src/entry.c, src/funcs.h, src/misc.c, src/popen.c, src/security.c,
+       src/user.c: Unification of logging (syslog->log_it).
+
+2008-06-23  Tomas Mraz <t8m@centrum.cz>
+
+       * src/security.c: Fixed call to setkeycreatecon.
+
+2008-05-30  Marcela Mašláňová <mmaslano@redhat.com>
+
+       * configure.ac: Update version also in configure.
+
+2008-05-30  Marcela Mašláňová <mmaslano@redhat.com>
+
+       * ChangeLog: cronie-1.1 released. Updated Changelog.
+
 2008-05-30  Marcela Mašláňová <mmaslano@redhat.com>
 
        * cronie.init: Init script die faster, if the sysconfig script is
index a33d8a880e4872e32d704a5dd4a80881039ac951..f802d86f3c602baadcb175c5cd3ca71b992cad18 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([cronie],[1.1],[mmaslano@redhat.com])
+AC_INIT([cronie],[1.2],[mmaslano@redhat.com])
 AC_CONFIG_HEADER([config.h])
 AC_PREREQ(2.60)