From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: [ANNOUNCE] Git 1.7.2.2 Date: Thu, 19 Aug 2010 16:58:27 -0700 Message-ID: <7vtymqcfz0.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: git@vger.kernel.org X-From: linux-kernel-owner@vger.kernel.org Fri Aug 20 01:58:51 2010 Return-path: Envelope-to: glk-linux-kernel-3@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OmF0U-0001Ld-TG for glk-linux-kernel-3@lo.gmane.org; Fri, 20 Aug 2010 01:58:51 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752034Ab0HSX6k (ORCPT ); Thu, 19 Aug 2010 19:58:40 -0400 Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:56846 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750877Ab0HSX6i (ORCPT ); Thu, 19 Aug 2010 19:58:38 -0400 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id E8A2FCFB53; Thu, 19 Aug 2010 19:58:35 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=to:subject :from:date:message-id:mime-version:content-type; s=sasl; bh=gLgo I0Qcv3KVbPRTIxn73a81ZNw=; b=JlD2Ersz5Y5P3EqPrAE9cKAF7V7BERWJgMUt GeWtWiTX4c612k7Cep1VJnD6YEr3WE+vaWScnaNe+QWPsLk350qnNzB8O4Faztnf pv3Q2jTUJhQIs4Cap+8/OZ1uQMPWXnzE5bq9sloX86QQ4HnYRRCDYJqpYPa2UNtB y0BeUak= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=to:subject:from :date:message-id:mime-version:content-type; q=dns; s=sasl; b=b4G 50jkn++AcK9sp7m2mtoEfv1DI7KfrnfZqYqQoWGlfRKX3p0oAko6O+iZGdLfMpZC TyanljksCqzIbw4SG5Lgrlc0V0mt0bb6oqPDj+7HTKCEvubah4T/DuF2o2+mgxtq 1L9+cPBpk3YulDeFjivVXX8SBhkzhkAz1NTDuK6I= Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id B5C23CFB51; Thu, 19 Aug 2010 19:58:32 -0400 (EDT) Received: from pobox.com (unknown [76.102.252.155]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id B2F51CFB50; Thu, 19 Aug 2010 19:58:28 -0400 (EDT) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-Pobox-Relay-ID: AC16672E-ABED-11DF-90FF-9056EE7EF46B-77302942!a-pb-sasl-quonix.pobox.com Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Archived-At: The latest maintenance release Git 1.7.2.2 is available at the usual places: http://www.kernel.org/pub/software/scm/git/ git-1.7.2.2.tar.{gz,bz2} (source tarball) git-htmldocs-1.7.2.2.tar.{gz,bz2} (preformatted docs) git-manpages-1.7.2.2.tar.{gz,bz2} (preformatted docs) The RPM binary packages for a few architectures are found in: RPMS/$arch/git-*-1.7.2.2-1.fc11.$arch.rpm (RPM) This is primarily for fixing a hanging bug in the smart http transport, but also comes with a lot of documentation udpates. ---------------------------------------------------------------- Git v1.7.2.2 Release Notes ========================== Fixes since v1.7.2.1 -------------------- * Object transfer over smart http transport deadlocked the client when the remote HTTP server returned a failure, instead of erroring it out. * git-gui honors custom textconv filters when showing diff and blame; * git diff --relative=subdir (without the necessary trailing /) did not work well; * "git diff-files -p --submodule" was recently broken; * "git checkout -b n ':/token'" did not work; * "git index-pack" (hence "git fetch/clone/pull/push") enabled the object replacement machinery by mistake (it never should have); And other minor fixes and documentation updates.