From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752047AbcGOVWV (ORCPT ); Fri, 15 Jul 2016 17:22:21 -0400 Received: from pb-smtp2.pobox.com ([64.147.108.71]:51731 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751957AbcGOVWT (ORCPT ); Fri, 15 Jul 2016 17:22:19 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:date:message-id:mime-version:content-type; q=dns; s= sasl; b=Gb0cnmXqd6mTWz7F0kB4D1/KtIKInZxfxcijwI91CUqmfJX0GizYNzuD ILVsdjA8VbIwbLeYZYrqvsZk0sB+Rj6b+vCKZu0hivRNEys9fScFo/Tc9lkxKHEh pfjM81010jhKgmoVnWG/2r9f1yq2Qmx+HZ7Qac6qifBpNJKeH1g= From: Junio C Hamano To: git@vger.kernel.org Cc: Linux Kernel Subject: [ANNOUNCE] Git v2.9.2 Date: Fri, 15 Jul 2016 14:22:14 -0700 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 34A512C8-4AD2-11E6-8A50-EE617A1B28F4-77302942!pb-smtp2.pobox.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The latest maintenance release Git v2.9.2 is now available at the usual places. This is only a fix to the test suite; there is no change in the actual code produced for your daily use of Git. The tarballs are found at: https://www.kernel.org/pub/software/scm/git/ The following public repositories all have a copy of the 'v2.9.2' tag and the 'maint' branch that the tag points at: url = https://kernel.googlesource.com/pub/scm/git/git url = git://repo.or.cz/alt-git.git url = git://git.sourceforge.jp/gitroot/git-core/git.git url = git://git-core.git.sourceforge.net/gitroot/git-core/git-core url = https://github.com/gitster/git ---------------------------------------------------------------- Git v2.9.2 Release Notes ======================== Fixes since v2.9.1 ------------------ * A fix merged to v2.9.1 had a few tests that are not meant to be run on platforms without 64-bit long, which caused unnecessary test failures on them because we didn't detect the platform and skip them. These tests are now skipped on platforms that they are not applicable to. No other change is included in this update. ---------------------------------------------------------------- Changes since v2.9.1 are as follows: Jeff King (1): t0006: skip "far in the future" test when unsigned long is not long enough Junio C Hamano (1): Git 2.9.2