summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-01-06 17:25:02 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2023-01-06 17:25:48 -0800
commitc551997131a8f1f8f648d39c2d7d5e8db026a139 (patch)
tree936b27ed1780c1c1e525754ef1937d37ddb74938 /NEWS
parent5defd965ae19f59e100c56a39bec05c731e9c15c (diff)
downloadgnulib-c551997131a8f1f8f648d39c2d7d5e8db026a139.tar.gz
file-has-acl: don’t bother setting LIB_HAS_ACL
* m4/acl.m4 (gl_FUNC_ACL, gl_FILE_HAS_ACL): Don’t set LIB_HAS_ACL. I think only Coreutils and Tar used it, and I’ve updated them.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 16eac4c7df..65dcce7590 100644
--- a/NEWS
+++ b/NEWS
@@ -74,6 +74,8 @@ User visible incompatible changes
Date Modules Changes
+2023-01-06 file-has-acl Link with $(FILE_HAS_ACL_LIB), not $(LIB_HAS_ACL).
+
2022-12-25 largefile configure no longer enables year-2038 support,
unless you configure with --enable-year2038
or use the year2038 module. This temporary