Programs from Linux and OSX standalone builds can now be symlinked into a directory in PATH as an alternative installation method, and will use readlink to find where the build was unpacked.

This commit is contained in:
Joey Hess 2013-12-15 15:57:41 -04:00
parent 314c246a45
commit 6be19b0070
9 changed files with 50 additions and 7 deletions

3
debian/changelog vendored
View file

@ -4,6 +4,9 @@ git-annex (5.20131214) UNRELEASED; urgency=low
* Add plumbing-level lookupkey and examinekey commands.
* find --format: Added hashdirlower, hashdirmixed, keyname, and mtime
format variables.
* Programs from Linux and OSX standalone builds can now be symlinked
into a directory in PATH as an alternative installation method, and will
use readlink to find where the build was unpacked.
-- Joey Hess <joeyh@debian.org> Sun, 15 Dec 2013 13:32:49 -0400