From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: [ANNOUNCE] Git 1.7.7.4 Date: Fri, 18 Nov 2011 14:38:03 -0800 Message-ID: <7vbos9jbuc.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Linux Kernel To: git@vger.kernel.org X-From: linux-kernel-owner@vger.kernel.org Fri Nov 18 23:38:22 2011 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 1RRX4g-00012E-IK for glk-linux-kernel-3@lo.gmane.org; Fri, 18 Nov 2011 23:38:22 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757334Ab1KRWiK convert rfc822-to-quoted-printable (ORCPT ); Fri, 18 Nov 2011 17:38:10 -0500 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:37638 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756209Ab1KRWiG convert rfc822-to-8bit (ORCPT ); Fri, 18 Nov 2011 17:38:06 -0500 Received: from smtp.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id A5A7668B7; Fri, 18 Nov 2011 17:38:05 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:cc:date:message-id:mime-version:content-type :content-transfer-encoding; s=sasl; bh=xdAMnwAzQGbZgmiojCvW2K55m M0=; b=W/6lG+EhWepkWDB/6lBF5MQ+xB3Y1eBzY1VtxlVuioJ5i7ZXYu6NYPVhS ae+kSfTcnXscHSVbRxsiyggtZtONOthQX3+GfM+sz2ajsc4a6j+VEQhdnHStzEOB WMb3ga8E78DPZBEU/4GEBmQIgfV0orPik5c8MFak/pLtJBYDes= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:subject :cc:date:message-id:mime-version:content-type :content-transfer-encoding; q=dns; s=sasl; b=bcHcOVsA6E1I63qtqD/ VcogAj4SB5ejxKinIc7/O4lRy+hMKbdqvkLk4HQE/1cGkVsIlT8hMxfPsuhJe/Gl HUnoyH0Y5wlzRmFALjhYkdDi7uz46VAWJShTaX5nNxexGuw07X4LAmZJMw3+CjKJ tvlrm7ShdSCnRJ/Hpc6N827o= Received: from b-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 9ADB468B6; Fri, 18 Nov 2011 17:38:05 -0500 (EST) Received: from pobox.com (unknown [76.102.170.102]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by b-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 2E2A368B4; Fri, 18 Nov 2011 17:38:05 -0500 (EST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: FB07F62C-1235-11E1-B9A1-9DB42E706CDE-77302942!b-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.7.4 is available. The release tarballs are found at: http://code.google.com/p/git-core/downloads/list and their SHA-1 checksums are: 5b6920989480a37ec65977e756b24961578795dd git-1.7.7.4.tar.gz 6012cb017a04ded85c48ca5510f741e98c02f671 git-htmldocs-1.7.7.4.tar.gz cb21e55ae793865453c165a0e666348f2db8c740 git-manpages-1.7.7.4.tar.gz Also the following public repositories all have a copy of the v1.7.7.4 tag and the maint branch that the tag points at: url =3D git://repo.or.cz/alt-git.git url =3D https://code.google.com/p/git-core/ url =3D git://git.sourceforge.jp/gitroot/git-core/git.git url =3D git://git-core.git.sourceforge.net/gitroot/git-core/git-core url =3D https://github.com/gitster/git Git v1.7.7.4 Release Notes =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D =46ixes since v1.7.7.3 -------------------- * A few header dependencies were missing from the Makefile. * Some newer parts of the code used C99 __VA_ARGS__ while we still try to cater to older compilers. * "git name-rev --all" tried to name all _objects_, naturally failing = to describe many blobs and trees, instead of showing only commits as advertised in its documentation. ---------------------------------------------------------------- Changes since v1.7.7.3 are as follows: Jonathan Nieder (2): notes merge: eliminate OUTPUT macro Makefile: add missing header file dependencies Junio C Hamano (2): name-rev --all: do not even attempt to describe non-commit object Git 1.7.7.4 Marc-Andr=C3=A9 Lureau (1): mailmap: xcalloc mailmap_info