From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72842 invoked by alias); 3 Jun 2015 22:01:46 -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 72831 invoked by uid 89); 3 Jun 2015 22:01:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 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 (AES256-SHA encrypted) ESMTPS; Wed, 03 Jun 2015 22:01:44 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id DAE1D28841; Wed, 3 Jun 2015 18:01:42 -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 Y1bCpmiz9N9T; Wed, 3 Jun 2015 18:01:42 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A244FD377A; Wed, 3 Jun 2015 18:01:42 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 2809D406D3; Wed, 3 Jun 2015 15:01:41 -0700 (PDT) Date: Wed, 03 Jun 2015 22:01:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: qiyaoltc@gmail.com, gdb-patches@sourceware.org Subject: Re: [PATCH] Unbreak DJGPP port of GDB Message-ID: <20150603220141.GE2801@adacore.com> References: <83zj4uypea.fsf@gnu.org> <86iobdozr0.fsf@gmail.com> <83a8woydaj.fsf@gnu.org> <83twuuv0h4.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83twuuv0h4.fsf@gnu.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-06/txt/msg00061.txt.bz2 > No further comments, so I pushed the changeset, bot to master and to > the 7.9 branch. I didn't think we would be making any new release out of the 7.9 branch, but maybe this is grounds for yet another one. Personally, if it was missed by during pre-release, release, and then corrective release, perhaps it's OK to wait for 7.10 instead, which is probably about 4-6 weeks away. But, it DJGPP users tell me it's going to be make difference, I'm open to the idea of spending a couple of hours making a 7.9.2. Regardless, the procedure when pushing changes to the branch after a release has been made is to update the wiki: https://sourceware.org/gdb/wiki/GDB_7.9_Release (which means you need a PR number as well). -- Joel