From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35044 invoked by alias); 30 Jul 2018 16:06:33 -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 35029 invoked by uid 89); 30 Jul 2018 16:06:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=choices 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, 30 Jul 2018 16:06:31 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B7722116CD5; Mon, 30 Jul 2018 12:06:29 -0400 (EDT) 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 Bu8gqvEDI94r; Mon, 30 Jul 2018 12:06:29 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 85112116CD4; Mon, 30 Jul 2018 12:06:29 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id CB56C85895; Mon, 30 Jul 2018 09:06:27 -0700 (PDT) Date: Mon, 30 Jul 2018 16:06:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: gdb-patches@sourceware.org, Keith Seitz Subject: Re: GDB 8.1.1 release -- 2018-07-26 update Message-ID: <20180730160627.GA3511@adacore.com> References: <20180726161252.GB2404@adacore.com> <87effo7myy.fsf@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87effo7myy.fsf@tromey.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2018-07/txt/msg00772.txt.bz2 > Joel> Given that this is just a couple of hours of my time, unless we're > Joel> sure it would be useless, I propose we still go ahead with the 8.1.1 > Joel> release. > > I think any of these choices seems reasonable. > Are there other things in 8.1.1 that would be release-worthy? > If not I suppose that would narrow it down to "wait for 8.2". Thanks for the feedback, Tom. The list of changes for 8.1.1 can be found at this URL: https://sourceware.org/bugzilla/buglist.cgi?list_id=43335&product=gdb&query_format=advanced&resolution=FIXED&target_milestone=8.1.1 And that was a good suggestion, as it fixes a complete breakage of GDBserver on Windows. And still speaking of GDBserver, there was a small change of behavior that Sergio fixed as well. So worth a release, I would say. -- Joel