From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id B2E7B1F953 for ; Wed, 24 Nov 2021 20:38:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238121AbhKXUlu (ORCPT ); Wed, 24 Nov 2021 15:41:50 -0500 Received: from elephants.elehost.com ([216.66.27.132]:14563 "EHLO elephants.elehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238107AbhKXUls (ORCPT ); Wed, 24 Nov 2021 15:41:48 -0500 X-Virus-Scanned: amavisd-new at elehost.com Received: from Mazikeen (cpe00fc8d49d843-cm00fc8d49d840.cpe.net.cable.rogers.com [99.229.22.139] (may be forged)) (authenticated bits=0) by elephants.elehost.com (8.15.2/8.15.2) with ESMTPSA id 1AOKcUPR043788 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 24 Nov 2021 15:38:33 -0500 (EST) (envelope-from rsbecker@nexbridge.com) Reply-To: From: To: "'Junio C Hamano'" , Cc: References: In-Reply-To: Subject: RE: [ANNOUNCE] Git v2.34.1 Date: Wed, 24 Nov 2021 15:38:24 -0500 Organization: Nexbridge Inc. Message-ID: <000201d7e173$3eb3d320$bc1b7960$@nexbridge.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQHLMPeZyQzNqkxJMp5NZJ0GWXnoyKwshBaQ Content-Language: en-ca Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On November 24, 2021 3:29 PM, Junio C Hamano wrote: > Subject: [ANNOUNCE] Git v2.34.1 > > The latest maintenance release Git v2.34.1 is now available at the usual > places. > > The tarballs are found at: > > https://www.kernel.org/pub/software/scm/git/ > > The following public repositories all have a copy of the 'v2.34.1' > tag and the 'maint' branch that the tag points at: > > url = https://git.kernel.org/pub/scm/git/git > url = https://kernel.googlesource.com/pub/scm/git/git > url = git://repo.or.cz/alt-git.git > url = https://github.com/gitster/git In an unusual situation, make reports: GIT_VERSION = 2.34.GIT Instead of the expected GIT_VERSION = 2.34.1 which we see usually. Am I missing a step that was added since 2.34.0? -Randall