From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id jJyPKPTvhGBxOwAAWB0awg (envelope-from ) for ; Sun, 25 Apr 2021 00:28:36 -0400 Received: by simark.ca (Postfix, from userid 112) id 9EA251F11C; Sun, 25 Apr 2021 00:28:36 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 2525C1E54D for ; Sun, 25 Apr 2021 00:28:36 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id E16163987C06; Sun, 25 Apr 2021 04:28:35 +0000 (GMT) Received: from rock.gnat.com (rock.gnat.com [IPv6:2620:20:4000:0:a9e:1ff:fe9b:1d1]) by sourceware.org (Postfix) with ESMTP id 4C9EF3938C3A for ; Sun, 25 Apr 2021 04:28:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4C9EF3938C3A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecker@adacore.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 2B98D1174C9 for ; Sun, 25 Apr 2021 00:28:33 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at gnat.com Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id UWxHz0UdEY6g for ; Sun, 25 Apr 2021 00:28:33 -0400 (EDT) Received: from float.home (localhost.localdomain [127.0.0.1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by rock.gnat.com (Postfix) with ESMTPS id D076F11745C for ; Sun, 25 Apr 2021 00:28:32 -0400 (EDT) Received: by float.home (Postfix, from userid 1000) id 2C48DA1242; Sun, 25 Apr 2021 08:28:28 +0400 (+04) Date: Sun, 25 Apr 2021 08:28:28 +0400 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: gdb-10-branch OPEN again (was: "gdb-10 branch FROZEN") Message-ID: <20210425042828.GH3101@adacore.com> References: <20210425040351.C1384A1241@float.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210425040351.C1384A1241@float.home> X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" Hi everyone, now that I have the GDB 10.2 release tarballs, the gdb-10-branch is now open for commits again. Note that, unless we discover a signifcant issue, we're not planning on making another release off that branch anymore. -- Joel