From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65614 invoked by alias); 14 Nov 2018 12:24:51 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 65117 invoked by uid 89); 14 Nov 2018 12:24:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=announce, aim, cooking, Friday X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: gnu.wildebeest.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (212.238.236.112) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 14 Nov 2018 12:24:37 +0000 Received: from tarox.wildebeest.org (tarox.wildebeest.org [172.31.17.39]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 04BE13085EA2; Wed, 14 Nov 2018 13:24:35 +0100 (CET) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id E8ECC413CD4B; Wed, 14 Nov 2018 13:24:34 +0100 (CET) Message-ID: <9abefb019b97a1c5e1e4084e4fe243d5d999633b.camel@klomp.org> Subject: Re: Elfutils new release From: Mark Wielaard To: "Karbownik, Anna" , "elfutils-devel@sourceware.org" Date: Wed, 14 Nov 2018 12:24:00 -0000 In-Reply-To: <93a4d7c405b39b1c02374dad2d4707f8af58d2ef.camel@klomp.org> References: <589D3DEFA18D694C8CAD658DCA88D4C78E539E62@IRSMSX108.ger.corp.intel.com> <93a4d7c405b39b1c02374dad2d4707f8af58d2ef.camel@klomp.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-2.el7) Mime-Version: 1.0 X-Spam-Flag: NO X-IsSubscribed: yes X-SW-Source: 2018-q4/txt/msg00129.txt.bz2 On Wed, 2018-11-07 at 15:33 +0100, Mark Wielaard wrote: > On Wed, 2018-11-07 at 14:15 +0000, Karbownik, Anna wrote: > > I'd like to ask you whether you plan to release 0.175 elfutils > > version? >=20 > There are enough (small) new features and bug fixes to do a new > release. Lets aim for next week. >=20 > There are still a couple of patches cooking on the mailinglist and > there is one outstanding bug related to the new eu-strip --reloc-debug- > sections-only option with relocations against compressed debug sections > (but only on armhf and ppc64) which will need to be resolved. >=20 > > If so, when are you going to announce it >=20 > Once all patches are in and the bug is resolved. Hopefully end of this > week. I'll announce the intent to do a new 0.175 release on this > mailinglist. Then after a couple of days, I'll do the release unless > more issues are found. Hopefully somewhere next week. Fixing that one bug triggered another bug, updating the buildbot to Fedora 29 showed a bug and extra testing with gold showed yet another issue. But everything looks pretty good now. Despite (or maybe thanks to) the extra fixes going in I feel pretty good about the next release. I have prepared the source code for the next release and would like to release it on Friday unless some blocker bug is found before then. Cheers, Mark