summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-01-07 11:10:34 +0100
committerBruno Haible <bruno@clisp.org>2023-01-07 18:06:51 +0100
commitfe1f37141a3cf17bf7453b8d9ef1f0bcb3b15506 (patch)
tree5efa00510a4f14da927c2b218bf3701c4eed44c0 /NEWS
parentddc9483255cab5d070f4d834d81d31b115335faa (diff)
downloadgnulib-fe1f37141a3cf17bf7453b8d9ef1f0bcb3b15506.tar.gz
clock_time: Rename LIB_CLOCK_GETTIME to CLOCK_TIME_LIB.
* m4/clock_time.m4: Rename LIB_CLOCK_GETTIME to CLOCK_TIME_LIB. All uses changed. * NEWS: Mention the change.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 65dcce7590..64f83a622a 100644
--- a/NEWS
+++ b/NEWS
@@ -74,6 +74,9 @@ User visible incompatible changes
Date Modules Changes
+2023-01-07 clock_time Link with $(CLOCK_TIME_LIB) instead of
+ $(LIB_CLOCK_GETTIME).
+
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,