From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67975 invoked by alias); 11 Nov 2019 16:05:12 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 67967 invoked by uid 89); 11 Nov 2019 16:05:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.4 required=5.0 tests=AWL,BAYES_00,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=92, minus, opportunity X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 11 Nov 2019 16:05:10 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D004C56105; Mon, 11 Nov 2019 11:05:08 -0500 (EST) 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 DL4XbioSVFFc; Mon, 11 Nov 2019 11:05:08 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A008556104; Mon, 11 Nov 2019 11:05:08 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id E88C0820FE; Mon, 11 Nov 2019 08:05:06 -0800 (PST) Date: Mon, 11 Nov 2019 16:05:00 -0000 From: Joel Brobecker To: Jonah Graham Cc: gdb-patches@sourceware.org Subject: Re: GDB 9.1 release -- 2019-11-01 Update Message-ID: <20191111160506.GA23568@adacore.com> References: <20191104011626.GA24625@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2019-11/txt/msg00285.txt.bz2 Hi Jonah, > Can an update be done to the schedule (current/next) at the top of > https://www.gnu.org/software/gdb/schedule/ please? Yes, good point. I somehow thought that I had already done that before, but clearly not. I took this opportunity to include the schedule for GDB 10 as well, even though it's a bit early to think about it. It's only tentative, and it's based on making major releases of GDB twice yearly, minus a month to help avoid slippage over time. > Also, as an irregular follower of the list and got commits I have noticed > that we are jumping to 9.x, but is there a 9.0 release, or is the next > release 9.1? The release numbering is changing starting with this release cycle. The 9.0[.x] numbering will be used for the pre-releases, and the first official release will be 9.1, followed by the corrective release 9.2. Each new release cycle will then increase the major version, and follow the same logic as above. The following wiki page summarizes the process (skip to the diagram at the end): https://sourceware.org/gdb/wiki/Internals%20Versions -- Joel