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 A568A385023E for ; Wed, 13 Jul 2022 10:42:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A568A385023E 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 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 97538302AB2C for ; Wed, 13 Jul 2022 12:42:56 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 187DE413CBBB; Wed, 13 Jul 2022 12:42:56 +0200 (CEST) Message-ID: Subject: Updated lightweight release tags to annotated tags From: Mark Wielaard To: dwz@sourceware.org Date: Wed, 13 Jul 2022 12:42:56 +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=-5.6 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: dwz@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Dwz mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2022 10:42:59 -0000 Hi, I updated the lightweight release tags for dwz-0.12, dwz-0.13 and dwz- 0.14 to annotated tags so they work properly with git describe (which is needed if we want to get the --version string to include the git commit hash). The other release tags were already annotated. To get the refreshed tags in an existing checkout you have to: git pull --tags --force I think we also should start using signed release tags in the future so people can verify the git checkout for a specific release tag is what is expected. I'll sent a patch for the release script. Cheers, Mark