AboutSummaryRefsLogTreeCommitDiffStats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* job-specifier: Adapt 'bump-time' to 'next-...-from' proceduresMathieu Lirzin2018-03-261-0/+6
| | | | | | | | | | | | | | | This is a follow-up to commit 913e3c65e4f56476e8ac69f4892cf92c125751ec. Since 'next-...-from' procedures now uses an '#:optional' argument instead of a dotted optional arguments list, 'bump-time' doesn't need to unwrap VALUE-LIST anymore. * src/mcron/job-specifier.scm (bump-time): Pass VALUE-LIST directly to '%find-best-next'. * tests/job-specifier.scm ("next-hour-from"): New test. * NEWS: Update. Reported-by: Ludovic Courtès <ludo@gnu.org>
* maint: Update copyright yearsMathieu Lirzin2018-03-201-1/+1
|
* utils: Use 'scandir' instead of custom 'for-each-file'Mathieu Lirzin2018-03-201-0/+2
| | | | | | | | | | | | * src/mcron/utils.scm (for-each-file): Delete. * src/mcron/scripts/cron.scm (process-files-in-system-directory): Use 'scandir' which has the benefit of being deterministic. * src/mcron/scripts/mcron.scm (process-files-in-user-directory): Likewise. * tests/schedule.sh: Update expected output which is now more reliable. * NEWS: Update. Suggested-by: Ludovic Courtès <ludo@gnu.org>
* maint: Update NEWSMathieu Lirzin2018-03-201-0/+5
| | | | * NEWS: Announce the availability of 'make installcheck'.
* build: Properly set Guile load paths in programsMathieu Lirzin2018-03-201-0/+3
| | | | | | | | | | This fixes an issue where the installed Guile load paths were set by the undefined 'moduledir' Make macro. * Makefile.am (AM_CPPFLAGS): Define PACKAGE_LOAD_PATH with 'guilesitedir' macro and PACKAGE_LOAD_COMPILED_PATH with 'guilesitegodir'. * NEWS: Update.
* build: Reverse '--disable-multi-user' effectMathieu Lirzin2018-03-191-0/+4
| | | | | | | | This fixes a bug where the '--disable-multi-user' was actually having the reverse effect of installing 'cron' and 'crontab'. * configure.ac: Reverse equality test when setting 'MULTI_USER' Automake conditional.
* maint: Post-release administriviaMathieu Lirzin2018-03-191-0/+3
| | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version.
* version 1.1v1.1Mathieu Lirzin2018-03-191-1/+1
| | | | * NEWS: Record release date.
* maint: Update NEWSMathieu Lirzin2017-09-291-0/+45
| | | | * NEWS: Update with changes made since last release.
* maint: Rewrite old NEWSMathieu Lirzin2017-09-281-69/+52
| | | | * NEWS: Follow the format used by GNU Coreutils.
* Look for user configuration files in $XDG_CONFIG_HOME (default to ↵Dale Mellor2012-02-041-0/+7
| | | | ~/.config/cron) as well as ~/.cron.
* Unified copyright notices in minor files, removed immutable page covers from ↵1.0.6Dale Mellor2010-06-191-18/+25
| | | | texinfo file.
* Made NEWS about the savannah GIT repository.Dale Mellor2010-06-121-0/+3
|
* Upgrade to GPLv3 and bump version to 1.0.4.1.0.4Dale Mellor2010-06-121-0/+6
|
* Update to 1.0.3. Lots of small changes, mainly to work with guile 1.8.0. ↵1.0.3dale_mellor2006-04-161-3/+11
| | | | Daylight savings time is now handled okay. Bug fix in Vixie parser. User gets option to correct bad crontab entries.
* Noted release of version 1.0.2.dale_mellor2006-01-021-0/+4
|
* Updated all user information to reflect the fact that the project is now ↵1.0.1dale_mellor2004-05-151-1/+7
| | | | properly homed at gnu.org.
* This is the version 1.0.0 release (many changes have occurred without ↵1.0.0dale_mellor2004-01-221-4/+24
| | | | commiting due to disruption to Savannah, including a skip over the 0.99.4 release).
* All changes from 0.99.1 to 0.99.2 pre-release.0.99.2dale_mellor2003-07-201-3/+12
|
* Disabled installation of cron, crontab by default. Fixed up all information ↵0.99.1dale_mellor2003-07-051-2/+14
| | | | files to reflect this.
* Initial version. Production quality, fully complete source but contains ↵dale_mellor2003-07-041-0/+24
known bugs (lots!)