2006-05-04 08:01:30

by Junio C Hamano

[permalink] [raw]
Subject: [ANNOUNCE] GIT 1.3.2

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

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

git-1.3.2.tar.{gz,bz2} (tarball)
RPMS/$arch/git-*-1.3.2-1.$arch.rpm (RPM)

Mostly documentation and usability fixes, with no exciting new
features, as the maintenance series ought to be.

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

Changes since v1.3.1 are as follows:

Huw Davies:
git-format-patch: Use rfc2822 compliant date.

Jon Loeliger:
Alphabetize the glossary.
Added definitions for a few words:
Add a few more words to the glossary.

Junio C Hamano:
rebase: typofix.
commit-tree.c: check_valid() microoptimization.
verify-pack: check integrity in a saner order.
git-am --resolved: more usable error message.

Linus Torvalds:
Fix filename verification when in a subdirectory

Martin Langhoff:
git-send-email: fix version string to be valid perl

Matthias Kestenholz:
annotate: fix warning about uninitialized scalar
annotate: display usage information if no filename was given
fix various typos in documentation

Robert Shearman:
give "what now" hint to users upon git-am failure.

Sean Estabrooks:
Update the git-branch man page to include the "-r" option,
Fix up remaining man pages that use asciidoc "callouts".
Properly render asciidoc "callouts" in git man pages.
Fix trivial typo in git-log man page.