From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53629 invoked by alias); 28 Oct 2015 17:05:43 -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 53613 invoked by uid 89); 28 Oct 2015 17:05:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 28 Oct 2015 17:05:37 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 06EEF3C221; Wed, 28 Oct 2015 17:05:36 +0000 (UTC) Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t9SH5YOw016362; Wed, 28 Oct 2015 13:05:34 -0400 Message-ID: <5631005E.9070208@redhat.com> Date: Wed, 28 Oct 2015 19:46:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Joel Brobecker , gdb-patches@sourceware.org, Sandra Loosemore Subject: Re: FYI: GDB 7.10.1 release still planned end of Nov References: <20151028164757.GC4009@adacore.com> In-Reply-To: <20151028164757.GC4009@adacore.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-10/txt/msg00659.txt.bz2 On 10/28/2015 04:47 PM, Joel Brobecker wrote: > Hello everyone, > > Just a quick message to say that we're still planning a 7.10.1 > release by end of next month. For now, there have been only > 2 fixes pushed to the branch: > > * PR remote/18965 > (new vforkdone stop reply should indicate parent process ID) > * PR gdb/18957 > (build failure in linux-namespaces.c due to setns static declaration) > > If there are other fixes you'd like to be made on the branch for that > release, it's time to let us know by updating the wiki page used to > track the releases off that branch: > > https://sourceware.org/gdb/wiki/GDB_7.10_Release I think we should have this one in too: [patch] fix misparsing in remote_parse_stop_reply https://sourceware.org/ml/gdb-patches/2015-08/msg00413.html Sandra, could you handle that one? Thanks, Pedro Alves > > Please remember that *all* fixes pushed to the gdb-7.10-branch > require a corresponding bugzilla PR where we fill information on > the fix being made, and the wiki page above also needs to be updated > to reference that PR. This helps me quite a bit when I compose > the release announcement (thank you!). > > Next reminder will be a couple of weeks ahead of the planned release. > > Cheers :) >