]> Savannah Git Hosting - gnulib.git/commitdiff
Update NEWS.
authorBruno Haible <bruno@clisp.org>
Sat, 22 Feb 2020 22:47:00 +0000 (23:47 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 22 Feb 2020 22:47:00 +0000 (23:47 +0100)
* NEWS: Mention the last change.

ChangeLog
NEWS

index 5422529cce0beb2208ac470fd5737bca2ba4526b..464d54cc47b6a762344fea844c7852dba3a546ba 100644 (file)
--- 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 bc81dfc288cb431ab2bd55cf3c847c89fef0d4fd..4b9a983c895834c9bc07851e36ab720a111ad5ef 100644 (file)
--- 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