From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by sourceware.org (Postfix) with ESMTPS id 9DB473858C52 for ; Tue, 27 Sep 2022 18:08:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9DB473858C52 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=otheo.eu Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=otheo.eu Received: (Authenticated sender: #01#@otheo.eu) by mail.gandi.net (Postfix) with ESMTPSA id 9CFEBFF803 for ; Tue, 27 Sep 2022 18:08:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=otheo.eu; s=gm1; t=1664302124; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=d8FACdtRKiN2PXHn2J2OLBKFr8aAIg4Lek6GgDWesGg=; b=XKJD7e66zEhIPrwzNJ4M0ktTBDYDjoe4IrLhDNn8DRnrGgFMEHxYas9UbmspuBjPRpY/Zu 29o4V86Ljdke14uD0UnGJPFCtufemFCaSYEtwtlSWoNIN92PAWo7R82yCPned/8VSsw63m AWvJsSEyM10adWvrcshCL5QYOdYkHBqbuSShGB+3XrEaB53qbYgKYNk8cmkSBlxl4AWeor +HcyAY89bKcKHlhFDU96WsJELmVhcYTlPdMxvhjCE50XijsWjyG0qevRQWaLNyDb6P+r85 YEoIkGwMKATc+Pt395jUb//WY7h2VqjLW5DstK5RJdzhtSPsWikpf/x1BIbuwg== Date: Tue, 27 Sep 2022 20:08:47 +0200 From: Javier Pello To: libc-alpha@sourceware.org Subject: [PATCH v3 6/8] Add NEWS entry for legacy hwcaps removal Message-Id: <20220927200847.429d47a28c2f3f108aa3c080@otheo.eu> In-Reply-To: <20220927200352.0424a12908a437fef9d3a7bc@otheo.eu> References: <20220905200652.d69204581d15c64647da5cd2@otheo.eu> <87h71l9crb.fsf@oldenburg.str.redhat.com> <20220906201207.e7b3d08272af5649754e76b1@otheo.eu> <87h71i6rfa.fsf@oldenburg.str.redhat.com> <20220914200724.8e685fbbaf441c96d19011c6@otheo.eu> <20220917161748.2b76e1731a27eb78880ee57c@otheo.eu> <20220927200352.0424a12908a437fef9d3a7bc@otheo.eu> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-12.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,JMQ_SPF_NEUTRAL,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Add a NEWS entry noting the removal of the legacy hwcaps search mechanism for shared objects. Signed-off-by: Javier Pello --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ef274d1a..dbb48914 100644 --- a/NEWS +++ b/NEWS @@ -13,7 +13,10 @@ Major new features: Deprecated and removed features, and other changes affecting compatibility: - [Add deprecations, removals and changes affecting compatibility here] +* glibc no longer loads shared objects from the "tls" subdirectories on the + library search path or the subdirectory that corresponds to the AT_PLATFORM + system name, or employs the legacy AT_HWCAP search mechanism, which was + deprecated in version 2.33. Changes to build and runtime requirements: -- 2.37.3