AboutSummaryRefsLogTreeCommitDiffStats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDale Mellor <dale@rdmp.org>2012-02-04 14:33:02 +0000
committerDale Mellor <dale@rdmp.org>2012-02-04 14:33:02 +0000
commitbd5a58ac2fc1fa435a499c0dd8e6f779e68551c0 (patch)
tree8f4414e27017f233bdfe3c8a28cfd443e3b3368b /ChangeLog
parent0115be5d133d1e5252d9f05ece3c09ee350914ab (diff)
downloadmcron-bd5a58ac2fc1fa435a499c0dd8e6f779e68551c0.tar.gz
mcron-bd5a58ac2fc1fa435a499c0dd8e6f779e68551c0.tar.bz2
mcron-bd5a58ac2fc1fa435a499c0dd8e6f779e68551c0.zip
Look for user configuration files in $XDG_CONFIG_HOME (default to ~/.config/cron) as well as ~/.cron.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4de738f..3978ec4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-02-04 Dale Mellor <dale_mellor@users.sourceforge.net>
+
+ * main.scm: added search for initial files in
+ $XDG_CONFIG_HOME/cron directory, defaulting to ~/.config/cron if
+ the environment variable is not set) as well as in ~/.cron
+ directory (this is in line with the current FreeDesktop.org
+ standards).
+
+
2010-06-13 Dale Mellor <dale_mellor@users.sourceforge.net>
* configure.ac: added --enable-no-vixie-clobber argument to