From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53286 invoked by alias); 11 Jan 2019 13:41:03 -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 52848 invoked by uid 89); 11 Jan 2019 13:41:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=practical, summer 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; Fri, 11 Jan 2019 13:41:01 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3D8FA1177B5; Fri, 11 Jan 2019 08:41:00 -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 HfoQr52PXOks; Fri, 11 Jan 2019 08:41:00 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id CAE4B1177AC; Fri, 11 Jan 2019 08:40:59 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 6BAE88671A; Fri, 11 Jan 2019 17:40:55 +0400 (+04) Date: Fri, 11 Jan 2019 13:41:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: gdb-patches@sourceware.org, tom@tromey.com Subject: Re: GDB 8.3 release -- 2019-01-11 update Message-ID: <20190111134055.GC22922@adacore.com> References: <20190111095332.GB22922@adacore.com> <83fttzh46a.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83fttzh46a.fsf@gnu.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2019-01/txt/msg00244.txt.bz2 > > New update for the GDB-8.3 release. Reminder: The target date > > for creating the branch is: > > > > Tue Jan 15th > > > > The wiki page for tracking known issues is at: > > > > https://sourceware.org/gdb/wiki/GDB_8.3_Release > > Will this be from master or from the same branch where 8.2 and 8.2.1 > were produced? It will be from master (and thus will include the change you made for stepping out of main on Windows, for instance). > (I thought the next release will be 9.1, not 8.3, that's why I ask.) That will be next release branch after 8.3 (i.e the decision was to do one last release with the current version number, for several practical reasons), and then switch over to the new one this summer. -- Joel