diff options
author | dale_mellor <dale_mellor> | 2005-10-23 12:29:19 +0000 |
---|---|---|
committer | dale_mellor <dale_mellor> | 2005-10-23 12:29:19 +0000 |
commit | b1e921ffc81d460ef0ed7ab6163eb38b654ddf3b (patch) | |
tree | 4d5a51b409075d5c1617b7cab96a3b863d0b4f2a /ChangeLog | |
parent | 863b755293610f84bc0f871264195076f99a9392 (diff) | |
download | mcron-b1e921ffc81d460ef0ed7ab6163eb38b654ddf3b.tar.gz mcron-b1e921ffc81d460ef0ed7ab6163eb38b654ddf3b.tar.bz2 mcron-b1e921ffc81d460ef0ed7ab6163eb38b654ddf3b.zip |
Changes requested by David D. Smith.1.0.2.rc1
Non-root install.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2005-09-02 hydro23 <Dale Mellor <dale@dmellor.dabsol.co.uk>> + + * makefile.am, mcron.c.template (main): Modified install-exec-hook + so that a proper installation of a Vixie-compatible cron only + takes place if we are root - otherwise only mcron is installed as + a user-owned program. The guile modules are now installed under + mcron's shared data directory, not guile's global directories. + + * mcron-core.scm: Removed job:advance-time, put the code inline + where it was called, and changed the instance in the main loop to + compute the new time based on the current-time, rather than the + previous job time (this makes things behave more reasonably when a + laptop awakes from suspend mode). + + * Bumped version to 1.0.2. + + 2004-05-15 Dale Mellor <dale_mellor@users.sourceforge.net> * Modified all auxiliary files to reflect that the package is now |