From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 5FC1B3858C2C for ; Mon, 8 Nov 2021 23:26:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5FC1B3858C2C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from reform (deer0x14.wildebeest.org [172.31.17.150]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 0EFC3302FBA6 for ; Tue, 9 Nov 2021 00:26:13 +0100 (CET) Received: by reform (Postfix, from userid 1000) id A5AAB2E806BE; Tue, 9 Nov 2021 00:26:13 +0100 (CET) Date: Tue, 9 Nov 2021 00:26:13 +0100 From: Mark Wielaard To: elfutils-devel@sourceware.org Subject: Re: Doing a 0.186 release on ... Wednesday Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2021 23:26:17 -0000 Hi, On Thu, Nov 04, 2021 at 10:47:31AM +0100, Mark Wielaard wrote: > It has been 5 months since 0.185, there have been ~70 commits by ~15 > people, with ~15 bugzilla entries closed. There is always more to do, > but I believe current trunk is in pretty good shape. A lot of work was > done to get the debuginfod tests stable, so that they can always be > ran and make check should always be green. > > If there are some last minute fixes you believe really should go in > before 0.186 is released, then please sent them to the list asap. But > we'll try to do the next release in less than 5 months, so there is > always next time. I wanted to check some proposed patches and it took a bit longer to test the LTO fix than anticipated. Given that Monday is already almost gone lets push out the release to Wedneday to give the last few changes a little extra testing time and have some extra time to review other proposed patches. Cheers, Mark