summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-02-22 23:47:00 +0100
committerBruno Haible <bruno@clisp.org>2020-02-22 23:47:00 +0100
commit0f3fc07d96e8ac1cea19d7e3200b57b03bbc8013 (patch)
tree3679b2ee329661a7df7dd929bb2d409af662c436
parentdd3ba651b6fae93d4fd1abe4b1632275548197bd (diff)
downloadgnulib-0f3fc07d96e8ac1cea19d7e3200b57b03bbc8013.tar.gz
Update NEWS.
* NEWS: Mention the last change.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS10
2 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5422529cce..464d54cc47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-02-22 Bruno Haible <bruno@clisp.org>
+
+ Update NEWS.
+ * NEWS: Mention the last change.
+
2020-02-22 Paul Eggert <eggert@cs.ucla.edu>
chmodat, chownat: new modules
diff --git a/NEWS b/NEWS
index bc81dfc288..4b9a983c89 100644
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,16 @@ User visible incompatible changes
Date Modules Changes
+2020-02-22 fchownat This module no longer defines the functions
+ 'chownat' and 'lchownat'. Program that need these
+ functions should add the module 'chownat' to the
+ list of imported modules.
+
+2020-02-22 fchmodat This module no longer defines the functions
+ 'chmodat' and 'lchmodat'. Program that need these
+ functions should add the module 'chmodat' to the
+ list of imported modules.
+
2020-02-07 fchmodat When applied to non-symlinks, these now act like
lchmod chmod (the BSD behavior, which POSIX requires for
fchmodat + AT_SYMLINK_NOFOLLOW), instead of failing