From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31533 invoked by alias); 22 Apr 2015 13:32:38 -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 31521 invoked by uid 89); 22 Apr 2015 13:32:38 -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, 22 Apr 2015 13:32:32 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id BBB2FD3BCE for ; Wed, 22 Apr 2015 09:32:30 -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 cVdNREq9JJWt for ; Wed, 22 Apr 2015 09:32:30 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 8E04ED3BCD for ; Wed, 22 Apr 2015 09:32:30 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 22C8740EAD; Wed, 22 Apr 2015 06:32:31 -0700 (PDT) Date: Wed, 22 Apr 2015 13:32:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: 3 weeks to GDB 7.9.1 release? Message-ID: <20150422133231.GB4764@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2015-04/txt/msg00815.txt.bz2 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) Anything else that should be seen as blocking for 7.9.1? This is a good opportunity to remind everyone that patches to release branches, once the first official release has been made, must be documented on that page. Otherwise, I will not be able to provide the full list of improvements that this release brings. I reviewed the commits on that branch, and identified 2 patches that have been pushed without following the full procedure, and I will be emailing those authors privately. But the branch is polluted by a number of date-update commits, so if you know you've made a change and forgot to follow the procedure, it's not too late: You need a PR, which you can create if you don't have one already, and then just add a one-line description to the wiki page shown above (that description can simply be the subject line of the PR). Thank you, -- Joel