diff options
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index a6fde0dea..0eb57d611 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2006-01-01 Paul Eggert <eggert@cs.ucla.edu> + + * chmod-safer.c, chmod-safer.h: Remove. + * lchmod.h: New file. + * mkdir-p.c: Include lchmod.h, lchown.h. + (make_dir_parents): Use lchown rather than chown, and + lchmod rather than chmod. + 2005-12-26 Paul Eggert <eggert@cs.ucla.edu> * chdir-long.c (cdb_free): Don't bother trying to open directory |