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/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index c36bd0c46..c4778f023 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,15 @@
+2014-10-27 Corinna Vinschen <corinna@vinschen.de>
+
+ * setfacl.c (action_t): Add DeleteAll value.
+ (delacl): New function to remove all ACL entries not representing POSIX
+ permissions.
+ (setfacl): Rearrange conditional expression into switch statement.
+ Add DeleteAll case.
+ (usage): Add and describe -b option.
+ (longopts): Add --remove-all option.
+ (opts): Add -b option.
+ (main): Handle -b option.
+
2014-10-21 Corinna Vinschen <corinna@vinschen.de>
* cygcheck.cc (CYGLSA64_DLL): Remove unused macro.