From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id brB1KMWxk18ceQAAWB0awg (envelope-from ) for ; Sat, 24 Oct 2020 00:47:01 -0400 Received: by simark.ca (Postfix, from userid 112) id 989D81F08D; Sat, 24 Oct 2020 00:47:01 -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 182ED1E58E for ; Sat, 24 Oct 2020 00:47:01 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id C655A385703D; Sat, 24 Oct 2020 04:47:00 +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 BA17F385703D for ; Sat, 24 Oct 2020 04:46:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org BA17F385703D 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 99260117FB9 for ; Sat, 24 Oct 2020 00:46:58 -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 mtB6OE-eJri0 for ; Sat, 24 Oct 2020 00:46:58 -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 3C4C5117FB7 for ; Sat, 24 Oct 2020 00:46:58 -0400 (EDT) Received: by float.home (Postfix, from userid 1000) id 6A13CA0349; Sat, 24 Oct 2020 08:46:53 +0400 (+04) Date: Sat, 24 Oct 2020 08:46:53 +0400 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: gdb-10-branch now OPEN again (was: "gdb-10 branch FROZEN") Message-ID: <20201024044653.GA1003313@adacore.com> References: <20201024042212.A6A03A0345@float.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201024042212.A6A03A0345@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, I have the release tarballs, so the gdb-10-branch is now open again for patches. As a small reminder, now that the first official release has been created, future patches going into the gdb-10-branch need to have a corresponding PR number. The PR number is used as an anchor to the correspoding info in bugzilla, so people can quickly get more information about what fixes were made in the .2. Thank you! -- Joel