From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: [ANNOUNCE] Git 1.7.4-rc2 Date: Thu, 13 Jan 2011 22:33:21 -0800 Message-ID: <7voc7kngem.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 Jan 14 07:33:51 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 1PddEM-00085N-0F for glk-linux-kernel-3@lo.gmane.org; Fri, 14 Jan 2011 07:33:50 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752829Ab1ANGdh (ORCPT ); Fri, 14 Jan 2011 01:33:37 -0500 Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:34692 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751007Ab1ANGdb (ORCPT ); Fri, 14 Jan 2011 01:33:31 -0500 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id C2DC2210F; Fri, 14 Jan 2011 01:34:13 -0500 (EST) 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=Bq6M 3Mk+lIDKWNrvEl94WjpdGF0=; b=xsPHViWPTq/1xYQNxPmLQ3DP4aGC/RwL0zev O/eIpIOsBBkMfAEv8T37guRsodd9p43psc3NEYZMVUFHgUY+rNIlzTffayZFwhCQ 5gL35Y+mztf6Nmla20UipMUuEtLgQcCr5MZOW/uJnLJ8BzNcPd9z2XaF8LSfY+/7 opG2to4= 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=BCb XyzNjKAvxkUlV9EdnipK9d0dlDNdnaNBByn+w6rjkrgneMsKZJ0TepTAHiNYqtRn 8pOQe41k6nb+GcWOG4a6qoIrbau/YBM3wJkodUw/vKzgFbKORZXBVhjk+cNoEiil Ra2Zw6eLS/MrDi1ybHYIuyz55kXtx4lLiaQxwUC0= Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 92EDC210E; Fri, 14 Jan 2011 01:34:10 -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 a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 3C5D7210D; Fri, 14 Jan 2011 01:34:05 -0500 (EST) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-Pobox-Relay-ID: 4BABB50E-1FA8-11E0-B579-94B21C7297B3-77302942!a-pb-sasl-sd.pobox.com Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Archived-At: A release candidate Git 1.7.4-rc2 is available at the usual places for testing: http://www.kernel.org/pub/software/scm/git/ git-1.7.4.rc2.tar.{gz,bz2} (source tarball) git-htmldocs-1.7.4.rc2.tar.{gz,bz2} (preformatted docs) git-manpages-1.7.4.rc2.tar.{gz,bz2} (preformatted docs) The RPM binary packages for a few architectures are found in: testing/git-*-1.7.4.rc2-1.fc13.$arch.rpm (RPM) Hopefully we can declare victory soon and cut the final mid-next week. ---------------------------------------------------------------- Changes since v1.7.4-rc1 include nothing spectacular. Anders Kaseorg (1): Mark gitk script executable Brandon Casey (3): trace.c: ensure NULL is not passed to printf t0001,t1510,t3301: use sane_unset which always returns with status 0 t3032: limit sed branch labels to 8 characters Jeff King (1): docs: explain diff.*.binary option Jonathan Nieder (3): diff: funcname and word patterns for perl gitweb: make logo optional t9010: svnadmin can fail even if available Junio C Hamano (2): userdiff/perl: catch BEGIN/END/... and POD as headers Git 1.7.4-rc2 Matthieu Moy (1): commit: suggest --amend --reset-author to fix commiter identity Michael J Gruber (1): RelNotes/1.7.4: minor fixes Ramsay Allan Jones (7): lib-git-svn.sh: Move web-server handling code into separate function t9157-*.sh: Add an svn version check t6038-*.sh: Pass the -b (--binary) option to sed on cygwin t3032-*.sh: Pass the -b (--binary) option to sed on cygwin t3032-*.sh: Do not strip CR from line-endings while grepping on MinGW t4135-*.sh: Skip the "backslash" tests on cygwin t9157-*.sh: Make the svn version check more precise StephenB (1): git svn: fix the final example in man page Sylvain Rabot (2): gitweb: add extensions to highlight feature map gitweb: remove unnecessary test when closing file descriptor Thomas Rast (4): Documentation/git-archive: spell --worktree-attributes correctly Documentation/githooks: post-rewrite-copy-notes never existed submodule: fix relative url parsing for scp-style origin t0000: quote TAP snippets in test code