From c446b3cf0319a13cc2cc3c4f6de75a3da6055eb5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Mon, 27 Apr 2009 07:30:24 +0200 Subject: [PATCH] Update ChangeLog for new release. --- ChangeLog | 31 +++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7ad37ff..d01bcb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2009-04-23 Marcela Mašláňová + + * src/cron.c: Inotify initialization left open file descriptors + which are leaking and annoying SElinux. This could be once fixed by + inotify_init1, but that's supported from kernel 2.6.27. + +2009-04-15 Willy Tarreua + + * src/cron.c, src/crontab.c, src/globals.h: I have noticed that with + cronie-1.2, my binaries have seen their \ size grow by 10x (from + 28kB to 290kB). After searching a bit, I found that the responsible + was the INIT() macro in globals.h \ which initializes huge strings + MailCmd and cron_default_mail_charset both of which are 128 kB. Due + to this initialization, the memory \ areas are stored for real in + the binary, resulting in larger sizes Signed-off-by: Marcela + Mašláňová + +2009-02-12 Marcela Mašláňová + + * configure.ac: Cronie could be build as Position Independent + Executable when the configure is executed with --enable-pie. Erased + commented unused stuff from configure. + +2009-02-12 Marcela Mašláňová + + * crond.sysconfig: Fix typo in sysconfig. + +2008-12-23 Marcela Mašláňová + + * ChangeLog: After long time update ChangeLog file. + 2008-12-23 Tomas Mraz * man/cron.8, man/crontab.5: Update man pages to reflect the diff --git a/configure.ac b/configure.ac index 9babd7a..cc2d982 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([cronie],[1.2],[mmaslano@redhat.com]) +AC_INIT([cronie],[1.3],[mmaslano@redhat.com]) AC_CONFIG_HEADER([config.h]) AC_PREREQ(2.60) -- 2.40.0