From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 54440 invoked by alias); 11 Jan 2019 16:10:10 -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 54431 invoked by uid 89); 11 Jan 2019 16:10:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=clearing X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (209.51.188.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 11 Jan 2019 16:10:08 +0000 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghzNl-000751-SN; Fri, 11 Jan 2019 11:10:05 -0500 Received: from [176.228.60.248] (port=4979 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ghzNl-0003fS-GI; Fri, 11 Jan 2019 11:10:05 -0500 Date: Fri, 11 Jan 2019 16:10:00 -0000 Message-Id: <83a7k7goq5.fsf@gnu.org> From: Eli Zaretskii To: Joel Brobecker CC: gdb-patches@sourceware.org, tom@tromey.com In-reply-to: <20190111134055.GC22922@adacore.com> (message from Joel Brobecker on Fri, 11 Jan 2019 17:40:55 +0400) Subject: Re: GDB 8.3 release -- 2019-01-11 update References: <20190111095332.GB22922@adacore.com> <83fttzh46a.fsf@gnu.org> <20190111134055.GC22922@adacore.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg00247.txt.bz2 > Date: Fri, 11 Jan 2019 17:40:55 +0400 > From: Joel Brobecker > Cc: gdb-patches@sourceware.org, tom@tromey.com > > > > 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). OK, thanks, for clearing out my confusion.