diff options
author | Joey Hess <joey@kitenet.net> | 2014-09-11 13:53:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-09-11 13:53:26 -0400 |
commit | 0d5123633d8a9da1670b7b348d4c5def133d9d45 (patch) | |
tree | 2bb04d0b7f941f954461f1093d7e30f4cdd56d36 /debian | |
parent | 23b5fc25df3c466894431ff29d7c393a975a04ab (diff) |
Fix transfer lock file FD leak that could occur when two separate git-annex processes were both working to perform the same set of transfers.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0e267eb0a..22eaf0bae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,9 @@ git-annex (5.20140832) UNRELEASED; urgency=medium if a key is present on a rsync remote, and when dropping a key from the remote. * Promote file not found warning message to an error. + * Fix transfer lock file FD leak that could occur when two separate + git-annex processes were both working to perform the same set of + transfers. -- Joey Hess <joeyh@debian.org> Thu, 04 Sep 2014 16:17:22 -0400 |