summaryrefslogtreecommitdiff
path: root/doc/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'doc/CHANGES')
-rw-r--r--doc/CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 666b866..327a19b 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,7 @@
+* Stop quoting nonprintable characters in the getfacl output: what is printable
+ or not depends on the locale settings, and getfacl often gets it wrong. We
+ still need to quote a few special characters like newlines so that setfacl
+ can always parse getfacl's output.
* Fix in acl_equiv_mode(): Return the mode that the acl corresponds to even
when the acl has more than three entries (i.e., it is not equivalent to
this mode).