aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-06-06 14:21:43 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-06-06 14:22:03 -0400
commit6b986240d9397563a888e40edc3c11857b36a4c3 (patch)
tree3de97c86c6af36391e81b11c785ce032c27a41f1 /CHANGELOG
parente57492d980d410eec4956b3df8c495c03a356666 (diff)
Fix bug that prevented transfer locks from working when run on SMB or other filesystem that does not support fcntl locks and hard links.
This commit was sponsored by Ethan Aubin.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6ace216f3..4991c8d33 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -19,6 +19,9 @@ git-annex (6.20170520) UNRELEASED; urgency=medium
* Avoid error about git-annex-shell not being found when
syncing with -J with a git remote where git-annex-shell is not
installed.
+ * Fix bug that prevented transfer locks from working when
+ run on SMB or other filesystem that does not support fcntl locks
+ and hard links.
-- Joey Hess <id@joeyh.name> Wed, 24 May 2017 14:03:40 -0400