aboutsummaryrefslogtreecommitdiffstats
path: root/util/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'util/ChangeLog')
-rw-r--r--util/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/util/ChangeLog b/util/ChangeLog
index ec3b31161..be2e764fa 100644
--- a/util/ChangeLog
+++ b/util/ChangeLog
@@ -1,3 +1,10 @@
+2005-08-31 David Shaw <[email protected]>
+
+ * fileutil.c (untilde): New. Expand ~/foo and ~username/foo
+ filenames into full paths using $HOME if possible, or
+ getpwuid/getpwnam if necessary.
+ (make_filename): Use it here.
+
2005-07-28 Werner Koch <[email protected]>
* pka.c: New.