From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27038 invoked by alias); 2 May 2015 15:29:55 -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 27025 invoked by uid 89); 2 May 2015 15:29:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-oi0-f52.google.com Received: from mail-oi0-f52.google.com (HELO mail-oi0-f52.google.com) (209.85.218.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 02 May 2015 15:29:53 +0000 Received: by oign205 with SMTP id n205so87104006oig.2 for ; Sat, 02 May 2015 08:29:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=yM5xlnpyD+udTrhZOODyU03QIRZAYZaHUO44LCKVkIk=; b=UOFKcMxygJyQG9lSWbFxDe8QAvLcKZxV/h7FoX5vXp30fEKCv/zWqIxo45H4rfHt8e PJV+hXmTv86mWZEG7QpP1GZ+lZ1IMw4BpIRKf2anJjFR9KWG1qp255X0R8niTb4FIgys uSOjACnQgPJl16BhjttXkoirvIDAFNqqd0O7sxUxQuhVemv7UqCv16a12K8IKZJP5wme pdzCbhpAPk/vShLV8YnNGlBjPZoj44jo8D0ybwVVwVnYHVS4TJdMMP0cDh/xRXopLs6z d4kHDQ2IIkZy81/7TJ0yov8/uXp9j7FsQxpuM2yAfz0jxeICOpLTF5mmcPX3ex2APxbi iB+w== X-Gm-Message-State: ALoCoQlP3ItAoT+ASnXfwZbZvrLk4doRiNlojDtd16gBDXR1obM4nE6OqQXbDA/9rhvP75eVZW8Y MIME-Version: 1.0 X-Received: by 10.202.84.135 with SMTP id i129mr11233701oib.114.1430580591958; Sat, 02 May 2015 08:29:51 -0700 (PDT) Received: by 10.182.89.99 with HTTP; Sat, 2 May 2015 08:29:51 -0700 (PDT) In-Reply-To: <87mw1oos2o.fsf@redhat.com> References: <20150422133231.GB4764@adacore.com> <87mw1oos2o.fsf@redhat.com> Date: Sat, 02 May 2015 15:29:00 -0000 Message-ID: Subject: Re: 3 weeks to GDB 7.9.1 release? From: Doug Evans To: Sergio Durigan Junior Cc: Joel Brobecker , gdb-patches , Keith Seitz Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00017.txt.bz2 On Fri, May 1, 2015 at 3:23 PM, Sergio Durigan Junior wrote: > On Wednesday, April 22 2015, Joel Brobecker wrote: > >> Hello everyone, >> >> Planned date for 7.9.1 re-spin is Wed May, 13th. It appears that >> it's been a fairly smooth sailing for the gdb-7.9-branch since >> GDB 7.9 was released... Our release wiki page >> (https://sourceware.org/gdb/wiki/GDB_7.9_Release) shows that only >> one issue was fixed, and we only have 1 that has been identified >> as blocking: >> >> [Doug?] PR18066 argument "word" seems broken in Command.complete >> (text, word) > > This bug has been fixed by: > > commit 6d62641c832525382336c1b04731d85cb6c398e7 > Author: Sergio Durigan Junior > Date: Wed Apr 8 18:27:10 2015 -0400 > > So I closed it and updated the wiki. > > On a related note, it doesn't seem to me that this bug should have been > considered as a blocker for this release. It seems to be a small issue > that shouldn't block a GDB release :-). Maybe Doug had other reasons to > consider it a blocker? I think I put it there to not forget about it - I wasn't sure it was a blocker, and I figured better safe than sorry.