LWN.net Logo

GIT 1.6.5.1 released

From:  Junio C Hamano <gitster-AT-pobox.com>
To:  git-AT-vger.kernel.org
Subject:  [ANNOUNCE] GIT 1.6.5.1
Date:  Sat, 17 Oct 2009 18:04:56 -0700
Message-ID:  <7vws2t5x6v.fsf@alter.siamese.dyndns.org>
Archive-link:  Article, Thread

The latest maintenance release GIT 1.6.5.1 is available at the
usual places:

  http://www.kernel.org/pub/software/scm/git/

  git-1.6.5.1.tar.{gz,bz2}			(source tarball)
  git-htmldocs-1.6.5.1.tar.{gz,bz2}		(preformatted docs)
  git-manpages-1.6.5.1.tar.{gz,bz2}		(preformatted docs)

The RPM binary packages for a few architectures are found in:

  RPMS/$arch/git-*-1.6.5.1-1.fc9.$arch.rpm	(RPM)

GIT v1.6.5.1 Release Notes
==========================

Fixes since v1.6.5
------------------

 * An corrupt pack could make codepath to read objects into an
   infinite loop.

 * Download throughput display was always shown in KiB/s but on fast links
   it is more appropriate to show it in MiB/s.

 * "git grep -f filename" used uninitialized variable and segfaulted.

 * "git clone -b branch" gave a wrong commit object name to post-checkout
   hook.

 * "git pull" over http did not work on msys.

Other minor documentation updates are included.

----------------------------------------------------------------

Changes since v1.6.5 are as follows:

Björn Steinbrink (1):
      clone: Supply the right commit hash to post-checkout when -b is used

Johannes Sixt (1):
      remote-curl: add missing initialization of argv0_path

Junio C Hamano (1):
      GIT 1.6.5.1

Matt Kraai (1):
      grep: do not segfault when -f is used

Miklos Vajna (1):
      git-stash documentation: mention default options for 'list'

Nicolas Pitre (1):
      change throughput display units with fast links

Shawn O. Pearce (1):
      sha1_file: Fix infinite loop when pack is corrupted



(Log in to post comments)

Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds