--- /dev/null
+commit f2754981e1f7d327fc6a34de77150a232c706496
+Author: Marcela Maslanova <marca@caladan.englab.brq.redhat.com>
+Date: Wed Jan 9 10:17:58 2008 +0100
+
+ Now really add all files generated by autotools.
+
+commit 13d0e371512cbfdb944cf32ac5536fca0dde6bf0
+Author: Marcela Maslanova <marca@caladan.englab.brq.redhat.com>
+Date: Wed Jan 9 10:08:34 2008 +0100
+
+ Add binary configure.
+
+commit 907eb8bd3150c60e924f7f11ea1f326d47614940
+Author: Marcela Maslanova <marca@dhcp-lab-135.englab.brq.redhat.com>
+Date: Thu Jan 3 13:56:19 2008 +0100
+
+ Use changelog instead of spec.
+
+commit e0422560315bde2d4fe537c62a0eb043151e5d65
+Author: Marcela Maslanova <marca@dhcp-lab-135.englab.brq.redhat.com>
+Date: Fri Nov 30 16:14:39 2007 +0100
+
+ Don't set up MAIL_DATE, because if the user doesn't use
+ sendmail, then he has incorrect time format.
+
+commit f46c37a208d2287d953db4cb0d8b8334e91e28cd
+Author: Marcela Maslanova <marca@dhcp-lab-135.englab.brq.redhat.com>
+Date: Mon Nov 19 17:17:38 2007 +0100
+
+ Upload spec file with fixed bcond macro.
+
+commit 98dc491c30da594d78242953226c0a451761d771
+Author: Marcela Maslanova <marca@dhcp-lab-135.englab.brq.redhat.com>
+Date: Mon Nov 12 14:05:05 2007 +0100
+
+ Man pages are updated for time zone and some small changes.
+
+commit c818ce8f02b38c4d473f610a33e26b5fd7899b29
+Author: Marcela Maslanova <marca@dhcp-lab-135.englab.brq.redhat.com>
+Date: Mon Nov 12 13:34:21 2007 +0100
+
+ Time zones are now supported.
+ Setting in cron table CRON_TZ=SomeTimeZone does jobs in
+ this time zone. There was problem with syslog, because
+ it print local time into log only, when I remove
+ ifdef parts from misc.c. With ifdef parts print out the time
+ of 'highest' time zone, which could be bug of rsyslog.
+
+commit 5e9dd03d06c08ebb433d7dd956394efdeca46db5
+Author: Marcela Maslanova <marca@dhcp-lab-135.englab.brq.redhat.com>
+Date: Mon Nov 12 13:27:56 2007 +0100
+
+ In configure was incorrect path for sendmail. The error occured
+ only when sendmail wasn't set up like default MTA.
+
+commit 60346148684cc3139a25cdc1b33470b0b0e7bbd7
+Author: Marcela Maslanova <marca@dhcp-lab-135.englab.brq.redhat.com>
+Date: Mon Nov 5 14:02:29 2007 +0100
+
+ Opening credentials is really needed for cron jobs, but
+ not for crontab. Crontab doesn't use credentials from
+ file security.c so we can leave it as it was.
+
+commit 4fd497a8b6794ff01549d152b2b7e13cf1736a80
+Author: Marcela Maslanova <marca@dhcp-lab-135.englab.brq.redhat.com>
+Date: Tue Oct 30 09:26:36 2007 +0100
+
+ Change version of cron in configure.
+
+commit d0fb69e1859a06e46de51b26770568777dcaeb85
+Author: Marcela Maslanova <marca@dhcp-lab-135.englab.brq.redhat.com>
+Date: Mon Oct 29 16:18:46 2007 +0100
+
+ Update spec file - new bcond macro.
+
+commit 95c2295cf1d014b407ecfe8b2780d065d9eb334b
+Author: Marcela Maslanova <marca@dhcp-lab-135.englab.brq.redhat.com>
+Date: Mon Oct 29 16:00:57 2007 +0100
+
+ Some cron jobs failed without error message. If the job had
+ too "big" output and no mail client set, then only a part from
+ job was done. The reason was pipe, which has restricted size.
+ rh bugzilla #247228
+
+commit 0ba7cfa9b8f01220393b411e026f061d4187f882
+Author: Marcela Maslanova <marca@dhcp-lab-135.englab.brq.redhat.com>
+Date: Wed Oct 3 16:30:26 2007 +0200
+
+ The file LICENSE is used instead of COPYING.
+
+commit 0209df4c4b5588496f1d47500d534afad5da4863
+Author: Marcela Maslanova <marca@dhcp-lab-135.englab.brq.redhat.com>
+Date: Wed Oct 3 16:28:17 2007 +0200
+
+ Add spec file from rpm package, because there is
+ changelog.
+
+commit 94b06949509a70c61550974b29800f3ff354c672
+Author: Marcela Maslanova <marca@dhcp-lab-135.englab.brq.redhat.com>
+Date: Wed Oct 3 16:27:31 2007 +0200
+
+ Deleting and modyfing files with license etc.
+ The compilation with selinux and audit is optional.
+
+commit 0f6da41030819421a6744a4c800e14b5f7e8ee74
+Author: Marcela Maslanova <marca@dhcp-lab-135.englab.brq.redhat.com>
+Date: Tue Oct 2 12:41:51 2007 +0200
+
+ The jobs in RH_CROND_DIR weren't syntactically checked.
+ Also SYSCRON wasn't checked. The problem is reported into log.