bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] chmodat, chownat: new modules


From: Pádraig Brady
Subject: Re: [PATCH] chmodat, chownat: new modules
Date: Tue, 25 Feb 2020 14:23:11 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:73.0) Gecko/20100101 Thunderbird/73.0

On 22/02/2020 22:47, Bruno Haible wrote:
Paul Eggert wrote:
These are split from fchmodat, fchownat.  GNU Emacs needs the
POSIX-specified fchmodat, but not the gnulib-specified chmodat and
lchmodat.  Split the latter two into a new module chmodat.

As this is a backward-incompatible change for the gnulib users, we
should advertise it in the NEWS file. Done like this:


2020-02-22  Bruno Haible  <address@hidden>

        Update NEWS.
        * NEWS: Mention the last change.

diff --git a/NEWS b/NEWS
index bc81dfc..4b9a983 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

+1 please apply

thanks



reply via email to

[Prev in Thread] Current Thread [Next in Thread]