diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2018-03-20 14:44:54 +0100 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2018-03-20 19:27:10 +0100 |
commit | f908c5395c24da621e5e30814a7a3e4fb76abcbc (patch) | |
tree | 27746720c8c9768f63c1bf4e95ad88407fc8551b /NEWS | |
parent | 09e452b62a82845736e638eecd762a911d95a349 (diff) | |
download | mcron-f908c5395c24da621e5e30814a7a3e4fb76abcbc.tar.gz mcron-f908c5395c24da621e5e30814a7a3e4fb76abcbc.tar.bz2 mcron-f908c5395c24da621e5e30814a7a3e4fb76abcbc.zip |
utils: Use 'scandir' instead of custom 'for-each-file'
* 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>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ GNU Mcron NEWS -*- outline -*- Some basic tests for the installed programs can be run after 'make install' with 'make installcheck'. + The configuration files are now processed using a deterministic order. + * Noteworthy changes in release 1.1 (2018-03-19) [stable] ** New features |