aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-03-02 17:40:40 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-03-02 17:40:40 -0400
commit191e80050f4d314061d4d585a65f9aacb41f5b61 (patch)
tree3546481465cf12453075564e1eb277dc2d89704e /CHANGELOG
parent3aaee3c7027b0208d7feb1d123d3b48f961796ab (diff)
Linux standalone builds put the bundled ssh last in PATH, so any system ssh will be preferred over it.
This commit was sponsored by Denis Dzyubenko on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 393976291..524ad53c2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,8 @@ git-annex (6.20170301.2) UNRELEASED; urgency=medium
* Bugfix: Passing a command a filename that does not exist sometimes
did not display an error, when a path to a directory was also passed.
* status: Propigate nonzero exit code from git status.
+ * Linux standalone builds put the bundled ssh last in PATH,
+ so any system ssh will be preferred over it.
-- Joey Hess <id@joeyh.name> Thu, 02 Mar 2017 12:51:40 -0400