From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id E0C6F385703A for ; Mon, 20 Feb 2023 19:29:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E0C6F385703A Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pUBqq-0005a2-QU for gdb@sourceware.org; Mon, 20 Feb 2023 14:29:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:References:In-Reply-To:Date:To:From: Subject; bh=LaszYRft8vkQwSEyBJhKqyMYsu7thEOo0FpYbHyQ8D0=; b=JuE+MBEXdpNR8AX8q LAFUWqTdEZF9KFtDDTlKZuPcqsTFeHPyyMZwIfLLPxYskyHr5v34rcjAWO0SayLac97+ouzf09xOE kVkXn96rAvj8tPZ8iDhIcvqmzXm0ExJQd3ljGpV9syX/0ujFMlAsDJzo3nO5oSdkzqgl5B+yHB44K HJlFb2mGUYTb9sruWV06+hK4Q7xqTnO2dcg18Nq0+uCR3KhhLnQdt7VJBMG/UHt33vZBrGVpaxy6p xanLHaVPQWGMWLRVDc4POWlXhqe5NgSEHKX+Eiy3CyDFUijozdwa+MEKnP/dheQtFSsQ58uHufSSv 8qtRF+mj/QHrJLGSw==; Received: from pool-71-245-225-93.bstnma.fios.verizon.net ([71.245.225.93] helo=pdslaptop.home.arpa) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pUBqp-0003Xh-82 for gdb@sourceware.org; Mon, 20 Feb 2023 14:29:28 -0500 Message-ID: <5e8a2ee510d4ce2c70386ee0f808922138d72ab7.camel@gnu.org> Subject: Re: [ANNOUNCEMENT] GDB 13.1 released! From: Paul Smith Reply-To: psmith@gnu.org To: gdb@sourceware.org Date: Mon, 20 Feb 2023 14:29:26 -0500 In-Reply-To: References: Organization: GNU's Not UNIX! Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 (by Flathub.org) MIME-Version: 1.0 X-Spam-Status: No, score=3.1 required=5.0 tests=BAYES_00,BODY_8BITS,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_SHORT,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: *** X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Sun, 2023-02-19 at 19:16 +0400, Joel Brobecker via Gdb-announce via Gdb wrote: > You can download GDB from the GNU FTP server in the directory: >=20 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ftp://ftp.gnu.org/gnu/gdb Given how fewer and fewer environments support FTP anymore (and, good riddance IMO!) I recommend you switch GDB announcements to using https instead: https://ftp.gnu.org/gnu/gdb/ Also you might consider providing a URL which sorts the results so the most recent additions are at the top: https://ftp.gnu.org/gnu/gdb/?C=3DM;O=3DD Personally I think that the site should use this as the default ordering without requiring extra options, but until then ...