From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from antelope.ash.relay.mailchannels.net (antelope.ash.relay.mailchannels.net [23.83.222.4]) by sourceware.org (Postfix) with ESMTPS id E6EA43AA8C6B for ; Thu, 10 Jun 2021 11:37:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E6EA43AA8C6B X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 34C67681EAC; Thu, 10 Jun 2021 11:37:23 +0000 (UTC) Received: from pdx1-sub0-mail-a13.g.dreamhost.com (100-96-16-76.trex.outbound.svc.cluster.local [100.96.16.76]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id BB4D7681E33; Thu, 10 Jun 2021 11:37:22 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a13.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.96.16.76 (trex/6.3.1); Thu, 10 Jun 2021 11:37:23 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Keen-Rock: 2d3f25a36c211a23_1623325043004_2291670744 X-MC-Loop-Signature: 1623325043004:395240083 X-MC-Ingress-Time: 1623325043004 Received: from pdx1-sub0-mail-a13.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a13.g.dreamhost.com (Postfix) with ESMTP id 64EC4800C5; Thu, 10 Jun 2021 11:37:22 +0000 (UTC) Received: from [192.168.1.126] (unknown [1.186.101.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a13.g.dreamhost.com (Postfix) with ESMTPSA id CDBD47FF19; Thu, 10 Jun 2021 11:37:19 +0000 (UTC) Subject: Re: [PATCH 6/6] Add NEWS item for gconv-modules.d change To: libc-alpha@sourceware.org Cc: schwab@linux-m68k.org References: <20210610111853.2286873-1-siddhesh@sourceware.org> <20210610111853.2286873-7-siddhesh@sourceware.org> X-DH-BACKEND: pdx1-sub0-mail-a13 From: Siddhesh Poyarekar Message-ID: <15c5a147-a330-85a4-0265-e26957644335@sourceware.org> Date: Thu, 10 Jun 2021 17:07:14 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: <20210610111853.2286873-7-siddhesh@sourceware.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3494.6 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_NONE, KAM_DMARC_STATUS, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NEUTRAL, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2021 11:37:29 -0000 On 6/10/21 4:48 PM, Siddhesh Poyarekar via Libc-alpha wrote: > --- > NEWS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/NEWS b/NEWS > index 1bf3daa502..605d53b256 100644 > --- a/NEWS > +++ b/NEWS > @@ -31,6 +31,12 @@ Major new features: > __STDC_WANT_IEC_60559_BFP_EXT__, as specified in TS 18661-1, is > defined, and when _GNU_SOURCE is defined. > > +* Configuration files for iconv converter modules have moved from the single > + gconv-modules file to a directory gconv-modules.d containing multiple > + configuration files with names ending with .conf. The configuration parser > + continues to also support parsing the gconv-modules file in $GCONV_PATH for > + backward compatibility. > + > Deprecated and removed features, and other changes affecting compatibility: > > * The function pthread_mutex_consistent_np has been deprecated; programs > I'll update and post the NEWS separately once I reach consensus with Andreas on the structure of the config files. Siddhesh