From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 90987 invoked by alias); 13 Oct 2019 01:19:06 -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 90978 invoked by uid 89); 13 Oct 2019 01:19:06 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.7 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.1 spammy=HX-Languages-Length:1121, familiar X-HELO: mail-ot1-f41.google.com Received: from mail-ot1-f41.google.com (HELO mail-ot1-f41.google.com) (209.85.210.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 13 Oct 2019 01:19:04 +0000 Received: by mail-ot1-f41.google.com with SMTP id k32so11079001otc.4 for ; Sat, 12 Oct 2019 18:19:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=bOZ3jKS+y3bRIR0vE3G25e3FY2xiX98qcA9hOrct1jY=; b=LW66+fvyxN1lbqHqgdmgqqtCLEYZd7BWxStxmrQ0ZfAJeY0pcAjvcXDzYpg8fJqG9t AiEirXPikF8qSxsimk76iOkph2Bn5JD0hbaaOUXVDciBadSi9aX/k4H/tvvOg+Uhl3sg cGiFg97gO1+ufM7ZMklCSEBDw50FEPLpmrUnXpWr4zhsjK0w07BnCRpjgHShOz4wB/8w GxMbleOjmx94e+GO3SmrFMmo4fBckSuzEVqTw6mayl7nvuFPZNTvBbpScxZbSJ9ack6d LLWVL45HzhRPxUZIAFIs7ZKdOZNHci0YgMC54bh6CISvTDEaGxlPAU7nTIkaiDE3dKZG lexA== MIME-Version: 1.0 References: <20191012191938.GA2675@adacore.com> In-Reply-To: <20191012191938.GA2675@adacore.com> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Sun, 13 Oct 2019 01:19:00 -0000 Message-ID: Subject: Re: GDB 9.1 release: Start of stabilization period ? To: Joel Brobecker Cc: gdb-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-10/txt/msg00317.txt.bz2 HI Joel, On Sat, Oct 12, 2019 at 3:19 PM Joel Brobecker wrote: > > Hi everyone, > > Now that the 8.3.1 release is out, I think now is a good time to > prepare the 9.1 release. I looked at the gdb/NEWS file and it is > chockablock full of goodies! > > At the moment, there aren't any issues in bugzilla that are marked > pending for GDB 9.1. > > Are there any issues that people would like to be fixed, before > we release GDB 9.1? For those issues, it would be good to see whether > these are blocking issues prior to branching, or not. > > In the meantime, while we start collecting the list of issues > we want to fix for 9.1, if there aren't any objection, I'd like us > to start a cooling period so as to stabilize GDB prior to branching. I'm not that familiar with the gdb release process, but there are two changes that I was hoping could be part of the next release: - The threaded symbol loading that tromey (and I) have been working on - My patch here: https://sourceware.org/ml/gdb-patches/2019-10/msg00125.html Thanks, Christian