aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 54dcfca6fd5..3cf105c8003 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12012-12-16 Romain Francoise <romain@orebokech.com>
2
3 * fileio.c (Ffile_acl, Fset_file_acl): New functions.
4 (Fcopy_file): Change last arg to `preserve_extended_attributes'
5 and copy ACL entries of file in addition to SELinux context if
6 set.
7 (syms_of_fileio): Add `file-acl' and `set-file-acl'.
8
9 * Makefile.in (LIBACL_LIBS): New macro.
10 (LIBES): Use it.
11
12012-12-15 Paul Eggert <eggert@cs.ucla.edu> 122012-12-15 Paul Eggert <eggert@cs.ucla.edu>
2 13
3 * fileio.c (internal_delete_file): Use bool for boolean. 14 * fileio.c (internal_delete_file): Use bool for boolean.