diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2008-08-27 22:05:12 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2008-08-27 22:05:12 +0000 |
commit | b3a2bbe8d12bbbaaf2696a5a345f71cea3828553 (patch) | |
tree | 50ca638edf61123ec275311119836cf9818bdc59 /UPDATING | |
parent | c0c7e0195c2797a5ce33fe851173e53b1a39e365 (diff) | |
download | ports-b3a2bbe8d12bbbaaf2696a5a345f71cea3828553.tar.gz ports-b3a2bbe8d12bbbaaf2696a5a345f71cea3828553.zip |
- Update to 1.6.0.1
Lots of changes, the most visible of which is:
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.
The 1.6.0 Release Notes:
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.txt
The 1.6.0.1 Release Notes:
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.1.txt
Notes
Notes:
svn path=/head/; revision=219342
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -7,6 +7,24 @@ time you update your ports collection, before attempting any port upgrades. 20080827: + AFFECTS: users of devel/git + AUTHOR: wxs@FreeBSD.org + + 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. + + Please see this URL for more information: + http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.txt + +20080827: AFFECTS: users of mail/qmhandle AUTHOR: garga@FreeBSD.org |