Add support for MacOS X ACLs.
[pspp] / ChangeLog
index edce9825dc50be0965bee7d6ba97005468e57dbd..e9e48fa5dbd51242945aaec571efe994468653ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-06-07  Bruno Haible  <bruno@clisp.org>
+
+       Add support for MacOS X ACLs.
+       * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
+       ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
+       * lib/set-mode-acl.c (qset_acl): Likewise.
+       * lib/copy-acl.c (qcopy_acl): Likewise.
+
 2008-06-07  Bruno Haible  <bruno@clisp.org>
 
        Fix memory leak introduced on 2008-05-22.