summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2016-12-27 23:21:39 +0100
committerMartin Matuska <martin@matuska.org>2016-12-27 23:21:39 +0100
commit379867ecb330b3a952fb7bfa7bffb7bbd5547205 (patch)
treed129a4f831519f0dc129831d7f1031d08cea176e /NEWS
parent42a3408ac7df1e69bea9ea12b72e14f59f7400c0 (diff)
downloadlibarchive-379867ecb330b3a952fb7bfa7bffb7bbd5547205.tar.gz
Extend NFSv4 ACL support in libarchive
Break up, simplify and improve OS-independent ACL code Add star-compatible NFSv4 ACL read/write support to pax (SCHILY.acl.ace) Remap ARCHIVE_ACL_ENTRY_STYLE_* flags New functions: archive_entry_acl_from_text() archive_entry_acl_from_text_w() archive_entry_acl_to_text() archive_entry_acl_to_text_w() Deprecated functions: archive_entry_acl_text() archive_entry_acl_text_w() Closes #771
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6f16b889..4d875b2a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Dec 27, 2016: NFSv4 ACL read and write support for pax
+ Deprecated functions: archive_entry_acl_text(), archive_entry_acl_text_w()
+
Oct 26, 2016: Remove liblzmadec support
Oct 23, 2016: libarchive 3.2.2 released