From 3725aedd02d9b24c1239610066dd62387ef4d5a9 Mon Sep 17 00:00:00 2001 From: dale_mellor Date: Fri, 4 Jul 2003 08:09:04 +0000 Subject: Initial version. Production quality, fully complete source but contains known bugs (lots!) --- ChangeLog | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 ChangeLog (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..ae6a219 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,30 @@ +2003-06-30 hydro23 > + + * mcron.scm: Introduced arbiters to marshall access to updates + structure between main routing and HUP signal action procedure. + + * crontab.scm: When an empty /tmp file is produced for editing, + make it owned by the real user (so he can edit it). + + * mcron.scm, makefile.am: Check explicitly for root user when + running cron personality. Install with only root execute + permission. + + * mcron.scm: Don't create /var/run/cron.pid if the -s option has + been used (this is an undocumented possibility). + + * configure.ac, config.scm.in: Added configure option + --enable-debug to determine whether debugging and traceback should + be turned on. + + * Version bumped to 0.99.2. + + +2003-06-28 Dale Mellor + + * First cut, fully functional, production quality code, just needs + testing... + + * Version set at 0.99.1 + + -- cgit v1.2.3