From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29915 invoked by alias); 28 Oct 2015 16:48:02 -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 29786 invoked by uid 89); 28 Oct 2015 16:48:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW 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, 28 Oct 2015 16:48:00 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id E384E118220 for ; Wed, 28 Oct 2015 12:47:58 -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 lKk6EofiezWm for ; Wed, 28 Oct 2015 12:47:58 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A686828FC9 for ; Wed, 28 Oct 2015 12:47:58 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 28013405BE; Wed, 28 Oct 2015 09:47:57 -0700 (PDT) Date: Wed, 28 Oct 2015 19:36:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: FYI: GDB 7.10.1 release still planned end of Nov Message-ID: <20151028164757.GC4009@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-10/txt/msg00657.txt.bz2 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 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 :) -- Joel