From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 49A831F619 for ; Tue, 25 Feb 2020 16:12:02 +0000 (UTC) Received: from localhost ([::1]:59808 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j6coS-0004oR-OX for normalperson@yhbt.net; Tue, 25 Feb 2020 11:12:00 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:39121) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j6coO-0004lK-4g for bug-gnulib@gnu.org; Tue, 25 Feb 2020 11:11:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j6coN-0001W7-2G for bug-gnulib@gnu.org; Tue, 25 Feb 2020 11:11:55 -0500 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::3]:31203) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j6coL-0001U1-NP for bug-gnulib@gnu.org; Tue, 25 Feb 2020 11:11:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1582647108; s=strato-dkim-0002; d=clisp.org; h=References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=mOb45hMa3ryF/sG+g0oHntmzjHFMd7gDx1Q226bgu70=; b=azUkre1Ic5Log44iyydkX0nitRwACsL+ZsD/DjvW8biV/LA8VGXRc412Cs6H8GJDFl b740sfLTlTCAPk9H6Ut1Xeoet5t+XTfMzOrn1UhcD0qKlwcKiPqCaDqS4ZYPXnWX8VLQ bou5+bIiMKBNrEwdo7nEboxr2zxqd2mJ+i6TNFk16fqrNqpsXIVGYlF7LNqmVNV/5t9M F3XZ5dSRKNBtSXS+qmOIYRRojURZ4Vk+Xbcqqu6VXs/gKrp9MMK9n0HIPASVaCMZkuS9 RdXo7zHfeAXxtxCwQYiGiovyUw6MiLK7u+PwH5hJ4nkTrGEIV8IPQK4qVL+TOSGjLKkG h16w== X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH+AHjwLuWOH6fzxfs=" X-RZG-CLASS-ID: mo00 Received: from bruno.haible.de by smtp.strato.de (RZmta 46.1.12 DYNA|AUTH) with ESMTPSA id g00701w1PGBbrcx (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve X9_62_prime256v1 with 256 ECDH bits, eq. 3072 bits RSA)) (Client did not present a certificate); Tue, 25 Feb 2020 17:11:37 +0100 (CET) From: Bruno Haible To: =?ISO-8859-1?Q?P=E1draig?= Brady Subject: Re: [PATCH] chmodat, chownat: new modules Date: Tue, 25 Feb 2020 17:11:36 +0100 Message-ID: <1967629.xg8pWzDbKv@omega> User-Agent: KMail/5.1.3 (Linux/4.4.0-171-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: References: <20200222201039.349826-1-eggert@cs.ucla.edu> <1822910.auxUVqHv6o@omega> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a01:238:20a:202:5300::3 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paul Eggert , bug-gnulib@gnu.org Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" > > 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 Already pushed on 2020-02-22. Bruno