Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 104aae244..70c03335a 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,5 +1,15 @@
2015-11-18 Corinna Vinschen <corinna@vinschen.de>
+ * setfacl.c (action_t): Rename DeleteAll to DeleteExt. Add
+ DeleteAll. Rearrange for bit-wise testing later in the code.
+ (delallacl): Handle -b -k combination.
+ (setfacl): Handle DeleteExt/DeleteAll.
+ (usage): Fix -b/-k output. Rearrange output to better fill 80
+ columns.
+ (main): Allow to combine -b and -k.
+
+2015-11-18 Corinna Vinschen <corinna@vinschen.de>
+
Reapply POSIX ACL changes.
* getfacl.c (main): Special-case SYSTEM and Admins group. Add comments.