[ANNOUNCE] GIT 1.6.0

Previous thread: [2.6 patch] make hp_wmi_notify() static by Adrian Bunk on Sunday, August 17, 2008 - 4:21 pm. (1 message)

Next thread: [PATCH] kernel-doc: allow space in macro #define by Randy Dunlap on Sunday, August 17, 2008 - 6:50 pm. (1 message)
To: <git@...>
Cc: <linux-kernel@...>
Date: Sunday, August 17, 2008 - 5:16 pm

The latest feature release GIT 1.6.0 is available at the usual
places:

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

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

The RPM binary packages for a few architectures are also provided
as courtesy.

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

GIT v1.6.0 Release Notes
========================

User visible changes
--------------------

With the default Makefile settings, most of the programs are now
installed outside your $PATH, except for "git", "gitk" and
some server side programs that need to be accessible for technical
reasons. Invoking a git subcommand as "git-xyzzy" from the command
line has been deprecated since early 2006 (and officially announced in
1.5.4 release notes); use of them from your scripts after adding
output from "git --exec-path" to the $PATH is still supported in this
release, but users are again strongly encouraged to adjust their
scripts to use "git xyzzy" form, as we will stop installing
"git-xyzzy" hardlinks for built-in commands in later releases.

An earlier change to page "git status" output was overwhelmingly unpopular
and has been reverted.

Source changes needed for porting to MinGW environment are now all in the
main git.git codebase.

By default, packfiles created with this version uses delta-base-offset
encoding introduced in v1.4.4. Pack idx files are using version 2 that
allows larger packs and added robustness thanks to its CRC checking,
introduced in v1.5.2 and v1.4.4.5. If you want to keep your repositories
backwards compatible past these versions, set repack.useDeltaBaseOffset
to false or pack.indexVersion to 1, respectively.

We used to prevent sample hook scripts shipped in templates/ from
triggering by default by relying on the fact that we install them as
unexecutable, but on some filesystems, this approach does not work.
They are now shipped with ".sample" suffix. ...

Previous thread: [2.6 patch] make hp_wmi_notify() static by Adrian Bunk on Sunday, August 17, 2008 - 4:21 pm. (1 message)

Next thread: [PATCH] kernel-doc: allow space in macro #define by Randy Dunlap on Sunday, August 17, 2008 - 6:50 pm. (1 message)