From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (wildebeest.demon.nl [212.238.236.112]) by sourceware.org (Postfix) with ESMTPS id 06468385781D for ; Thu, 20 May 2021 10:34:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 06468385781D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mark@klomp.org Received: from tarox.wildebeest.org (83-87-18-245.cable.dynamic.v4.ziggo.nl [83.87.18.245]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id A7F9A302BBED for ; Thu, 20 May 2021 12:34:28 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 980E74005CAD; Thu, 20 May 2021 12:34:27 +0200 (CEST) Message-ID: Subject: Doing a 0.185 elfutils fixup release From: Mark Wielaard To: elfutils-devel@sourceware.org Date: Thu, 20 May 2021 12:34:27 +0200 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-10.el7) Mime-Version: 1.0 X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Thu, 20 May 2021 10:34:31 -0000 Hi, Unless people object I like to do a 0.185 release this weekend. Since 0.184 (released just 10 days ago) we have seen 2 small, but annoying, regressions. One with the exit code of eu-elfcompress when nothing has to be done (fixed in commit 43ac25c2de elfcompress: fix exit status regression in case of "Nothing to do"). And one where when reusing the debuginfod_client handle might cause a 404 to "stick around" (fixed in commit 0b454c7e1 PR27859: correct 404-latch bug in debuginfod client reuse). Neither is a huge issue, but we would probably ask any distributor to backport those two fixes when people complain about them. So lets just do a new 0.185 release from the current trunk and ask everybody to upgrade to that. Do feel free to fix other stuff that you feel should go into a 0.185 fixup release. Cheers, Mark